Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dsvc.h180 struct svc_pool * rq_pool; /* thread pool */ member
301 if (test_and_clear_bit(SP_NEED_VICTIM, &rqstp->rq_pool->sp_flags)) in svc_thread_should_stop()
/linux/net/sunrpc/
H A Dsvc_xprt.c707 struct svc_pool *pool = rqstp->rq_pool; in svc_thread_should_sleep()
733 struct svc_pool *pool = rqstp->rq_pool; in svc_thread_wait_for_work()
829 percpu_counter_inc(&rqstp->rq_pool->sp_messages_arrived); in svc_handle_xprt()
846 svc_pool_wake_idle_thread(rqstp->rq_pool); in svc_thread_wake_next()
859 struct svc_pool *pool = rqstp->rq_pool; in svc_recv()
H A Dsvc.c648 rqstp->rq_pool = pool; in svc_rqst_alloc()
927 struct svc_pool *pool = rqstp->rq_pool; in svc_exit_thread()