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

NAME

6       xprt_reserve_xprt - serialize write access to transports
7

SYNOPSIS

9       int xprt_reserve_xprt(struct rpc_xprt * xprt, struct rpc_task * task);
10

ARGUMENTS

12       xprt
13           pointer to the target transport
14
15       task
16           task that is requesting access to the transport
17

DESCRIPTION

19       This prevents mixing the payload of separate requests, and prevents
20       transport connects from colliding with writes. No congestion control is
21       provided.
22
24Kernel Hackers Manual 3.10         June 2019              XPRT_RESERVE_XPRT(9)
Impressum