Searched refs:sp_idle_threads (Results 1 – 3 of 3) sorted by relevance
738 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()
543 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()
41 struct llist_head sp_idle_threads; /* idle server threads */ member