xprt_release_xprt_cong (9) Linux Manual Page
xprt_release_xprt_cong – allow other requests to use a transport
Synopsis
void xprt_release_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task);
Arguments
xprt
-
- transport with other tasks potentially waiting
task
- task that is releasing access to the transport
Description
Note that “task” can be NULL. Another task is awoken to use the transport if the transport’s congestion window allows it.
