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