1XPRT_RELEASE_XPRT(9) Linux Networking XPRT_RELEASE_XPRT(9)
23
4
NAME
6xprt_release_xprt - allow other requests to use a transport
7
SYNOPSIS
9void xprt_release_xprt(struct rpc_xprt * xprt, struct rpc_task * task);
10
ARGUMENTS
12xprt
13transport with other tasks potentially waiting
1415
task
16task that is releasing access to the transport
17
DESCRIPTION
19Note that “task” can be NULL. No congestion control is provided.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. November 2011 XPRT_RELEASE_XPRT(9)