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.c738 llist_add(&rqstp->rq_idle, &pool->sp_idle_threads); in svc_thread_wait_for_work()
742 while (!llist_del_first_this(&pool->sp_idle_threads, in svc_thread_wait_for_work()
883 if (pool->sp_idle_threads.first) in svc_recv()
H A Dsvc.c543 init_llist_head(&pool->sp_idle_threads); in __svc_create()
746 ln = READ_ONCE(pool->sp_idle_threads.first); in svc_pool_wake_idle_thread()
/linux/include/linux/sunrpc/
H A Dsvc.h41 struct llist_head sp_idle_threads; /* idle server threads */ member