Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvc_xprt.c791 llist_add(&rqstp->rq_idle, &pool->sp_idle_threads); in svc_thread_wait_for_work()
795 while (!llist_del_first_this(&pool->sp_idle_threads, in svc_thread_wait_for_work()
950 if (pool->sp_idle_threads.first) { in svc_recv()
H A Dsvc.c448 init_llist_head(&pool->sp_idle_threads); in __svc_create()
691 ln = READ_ONCE(pool->sp_idle_threads.first); in svc_pool_wake_idle_thread()
/linux/include/linux/sunrpc/
H A Dsvc.h43 struct llist_head sp_idle_threads; /* idle server threads */ member