1XPRT_WAIT_FOR_BUFFER(9) Linux Networking XPRT_WAIT_FOR_BUFFER(9)
2
3
4
6 xprt_wait_for_buffer_space - wait for transport output buffer to clear
7
9 void xprt_wait_for_buffer_space(struct rpc_task * task,
10 rpc_action action);
11
13 task
14 task to be put to sleep
15
16 action
17 function pointer to be executed after wait
18
20 Note that we only set the timer for the case of RPC_IS_SOFT, since we
21 donĀ“t in general want to force a socket disconnection due to an
22 incomplete RPC call transmission.
23
25Kernel Hackers Manual 2.6. June 2019 XPRT_WAIT_FOR_BUFFER(9)