Searched refs:sp_all_threads (Results 1 – 2 of 2) sorted by relevance
513 INIT_LIST_HEAD(&pool->sp_all_threads); in __svc_create()687 list_add_rcu(&rqstp->rq_all, &pool->sp_all_threads); in svc_prepare_thread()706 list_for_each_entry_rcu(rqstp, &pool->sp_all_threads, rq_all) { in svc_pool_wake_idle_thread()740 if (!list_empty(&pool->sp_all_threads)) in svc_pool_victim()748 if (!list_empty(&pool->sp_all_threads)) { in svc_pool_victim()751 rqstp = list_entry(pool->sp_all_threads.next, struct svc_rqst, rq_all); in svc_pool_victim()
39 struct list_head sp_all_threads; /* all server threads */ member