Searched refs:sp_all_threads (Results 1 – 3 of 3) sorted by relevance
463 INIT_LIST_HEAD(&pool->sp_all_threads); in __svc_create()629 list_add_rcu(&rqstp->rq_all, &pool->sp_all_threads); in svc_prepare_thread()663 if (!list_empty(&pool->sp_all_threads)) in choose_victim()671 if (!list_empty(&pool->sp_all_threads)) { in choose_victim()678 rqstp = list_entry(pool->sp_all_threads.next, struct svc_rqst, rq_all); in choose_victim()
351 list_for_each_entry_rcu(rqstp, &pool->sp_all_threads, rq_all) { in svc_xprt_do_enqueue()516 list_for_each_entry_rcu(rqstp, &pool->sp_all_threads, rq_all) { in svc_wake_up()
45 struct list_head sp_all_threads; /* all server threads */ member