Searched refs:sp_all_threads (Results 1 – 2 of 2) sorted by relevance
418 INIT_LIST_HEAD(&pool->sp_all_threads); in __svc_create()552 list_add(&rqstp->rq_all, &pool->sp_all_threads); in svc_prepare_thread()604 if (!list_empty(&pool->sp_all_threads)) in choose_victim()612 if (!list_empty(&pool->sp_all_threads)) { in choose_victim()619 rqstp = list_entry(pool->sp_all_threads.next, struct svc_rqst, rq_all); in choose_victim()
51 struct list_head sp_all_threads; /* all server threads */ member