Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
Dsvc_xprt.c689 struct svc_pool *pool = rqstp->rq_pool; in rqst_should_sleep()
712 struct svc_pool *pool = rqstp->rq_pool; in svc_get_next_xprt()
809 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()
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dsvc.h241 struct svc_pool * rq_pool; /* thread pool */ member