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_task * task);
10

ARGUMENTS

12       task
13           task that is requesting access to the transport
14

DESCRIPTION

16       This prevents mixing the payload of separate requests, and prevents
17       transport connects from colliding with writes. No congestion control is
18       provided.
19
21Kernel Hackers Manual 2.6.       November 2011            XPRT_RESERVE_XPRT(9)
Impressum