Home
last modified time | relevance | path

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

/linux-6.6.21/net/sunrpc/
Dsvc_xprt.c703 struct svc_pool *pool = rqstp->rq_pool; in rqst_should_sleep()
726 struct svc_pool *pool = rqstp->rq_pool; in svc_get_next_xprt()
875 percpu_counter_inc(&rqstp->rq_pool->sp_messages_arrived); in svc_recv()
Dsvc.c647 rqstp->rq_pool = pool; in svc_rqst_alloc()
925 struct svc_pool *pool = rqstp->rq_pool; in svc_exit_thread()
/linux-6.6.21/include/linux/sunrpc/
Dsvc.h199 struct svc_pool * rq_pool; /* thread pool */ member