1XPRT_WAIT_FOR_BUFFER(9)        Linux Networking        XPRT_WAIT_FOR_BUFFER(9)
2
3
4

NAME

6       xprt_wait_for_buffer_space - wait for transport output buffer to clear
7

SYNOPSIS

9       void xprt_wait_for_buffer_space(struct rpc_task * task,
10                                       rpc_action action);
11

ARGUMENTS

13       task
14           task to be put to sleep
15
16       action
17           function pointer to be executed after wait
18

DESCRIPTION

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 3.10         June 2019           XPRT_WAIT_FOR_BUFFER(9)
Impressum