1XPRT_RELEASE_XPRT_CO(9) Linux Networking XPRT_RELEASE_XPRT_CO(9)
2
3
4
6 xprt_release_xprt_cong - allow other requests to use a transport
7
9 void xprt_release_xprt_cong(struct rpc_xprt * xprt,
10 struct rpc_task * task);
11
13 xprt
14 transport with other tasks potentially waiting
15
16 task
17 task that is releasing access to the transport
18
20 Note that “task” can be NULL. Another task is awoken to use the
21 transport if the transport's congestion window allows it.
22
24Kernel Hackers Manual 3.10 June 2019 XPRT_RELEASE_XPRT_CO(9)