1XPRT_PIN_RQST(9) Linux Networking XPRT_PIN_RQST(9)
23
4
NAME
6xprt_pin_rqst - Pin a request on the transport receive list
7
SYNOPSIS
9void xprt_pin_rqst(struct rpc_rqst * req);
10
ARGUMENTS
12req
13Request to pin
14
DESCRIPTION
16Caller must ensure this is atomic with the call to xprt_lookup_rqst so
17should be holding the xprt transport lock.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 XPRT_PIN_RQST(9)