table of contents
other versions
- stretch 4.9.168-1
XPRT_RELEASE_XPRT(9) | Linux Networking | XPRT_RELEASE_XPRT(9) |
NAME¶
xprt_release_xprt - allow other requests to use a transportSYNOPSIS¶
void xprt_release_xprt(struct rpc_xprt * xprt, struct rpc_task * task);
ARGUMENTS¶
xprttransport with other tasks potentially waiting
task
task that is releasing access to the transport
DESCRIPTION¶
Note that “task” can be NULL. No congestion control is provided.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |