Query: xprt_reserve_xprt
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XPRT_RESERVE_XPRT(9) Linux Networking XPRT_RESERVE_XPRT(9)NAMExprt_reserve_xprt - serialize write access to transportsSYNOPSISint xprt_reserve_xprt(struct rpc_xprt * xprt, struct rpc_task * task);ARGUMENTSxprt pointer to the target transport task task that is requesting access to the transportDESCRIPTIONThis prevents mixing the payload of separate requests, and prevents transport connects from colliding with writes. No congestion control is provided.COPYRIGHTKernel Hackers Manual 3.10 June 2014 XPRT_RESERVE_XPRT(9)