Searched refs:rq_all (Results 1 – 3 of 3) sorted by relevance
694 list_add_rcu(&rqstp->rq_all, &pool->sp_all_threads); in svc_prepare_thread()742 rqstp = list_entry(pool->sp_all_threads.next, struct svc_rqst, rq_all); in choose_victim()744 list_del_rcu(&rqstp->rq_all); in choose_victim()885 list_del_rcu(&rqstp->rq_all); in svc_exit_thread()
472 list_for_each_entry_rcu(rqstp, &pool->sp_all_threads, rq_all) { in svc_xprt_enqueue()581 list_for_each_entry_rcu(rqstp, &pool->sp_all_threads, rq_all) { in svc_wake_up()
198 struct list_head rq_all; /* all threads list */ member
Completed in 9 milliseconds