Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/
Dsvc_xprt.c670 rqstp->rq_pool->sp_id, in svc_alloc_arg()
704 struct svc_pool *pool = rqstp->rq_pool; in rqst_should_sleep()
727 struct svc_pool *pool = rqstp->rq_pool; in svc_get_next_xprt()
876 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-v6.6/include/linux/sunrpc/
Dsvc.h199 struct svc_pool * rq_pool; /* thread pool */ member