Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sunrpc/
H A Dsvc.h179 struct svc_pool * rq_pool; /* thread pool */ member
305 if (test_and_clear_bit(SP_NEED_VICTIM, &rqstp->rq_pool->sp_flags)) in svc_thread_should_stop()
/linux-6.15/net/sunrpc/
H A Dsvc_xprt.c700 struct svc_pool *pool = rqstp->rq_pool; in svc_thread_should_sleep()
726 struct svc_pool *pool = rqstp->rq_pool; in svc_thread_wait_for_work()
822 percpu_counter_inc(&rqstp->rq_pool->sp_messages_arrived); in svc_handle_xprt()
839 svc_pool_wake_idle_thread(rqstp->rq_pool); in svc_thread_wake_next()
852 struct svc_pool *pool = rqstp->rq_pool; in svc_recv()
H A Dsvc.c697 rqstp->rq_pool = pool; in svc_prepare_thread()
958 struct svc_pool *pool = rqstp->rq_pool; in svc_exit_thread()
/linux-6.15/fs/nfsd/
H A Dnfs4proc.c1954 (int)rqstp->rq_pool->sp_nrthreads) in nfsd4_copy()