Home
last modified time | relevance | path

Searched refs:rq_pool (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/sunrpc/
Dsvc_xprt.c678 struct svc_pool *pool = rqstp->rq_pool; in rqst_should_sleep()
701 struct svc_pool *pool = rqstp->rq_pool; in svc_get_next_xprt()
798 rqstp, rqstp->rq_pool->sp_id, xprt, in svc_handle_xprt()
Dsvc.c615 rqstp->rq_pool = pool; in svc_rqst_alloc()
856 struct svc_pool *pool = rqstp->rq_pool; in svc_exit_thread()
/Linux-v5.4/include/linux/sunrpc/
Dsvc.h241 struct svc_pool * rq_pool; /* thread pool */ member