Home
last modified time | relevance | path

Searched refs:rq_cong (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/sunrpc/
Dxprt.c395 if (req->rq_cong) in __xprt_get_cong()
401 req->rq_cong = 1; in __xprt_get_cong()
413 if (!req->rq_cong) in __xprt_put_cong()
415 req->rq_cong = 0; in __xprt_put_cong()
/Linux-v4.19/include/linux/sunrpc/
Dxprt.h79 int rq_cong; /* has incremented xprt->cong */ member