Searched refs:rq_next (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnfsiod.h27 struct nfsiod_req * rq_next; member in struct:nfsiod_req
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnfsiod.h27 struct nfsiod_req * rq_next; member in struct:nfsiod_req
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/sunrpc/
H A Dxprt.h83 struct rpc_rqst * rq_next; /* free list */ member in struct:rpc_rqst
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/sunrpc/
H A Dxprt.h83 struct rpc_rqst * rq_next; /* free list */ member in struct:rpc_rqst
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dxprt.c1229 xprt->free = req->rq_next;
1230 req->rq_next = NULL;
1287 req->rq_next = xprt->free;
1368 req->rq_next = req + 1;
1369 req->rq_next = NULL;

Completed in 52 milliseconds