Home
last modified time | relevance | path

Searched refs:rq_all (Results 1 – 3 of 3) sorted by relevance

/linux/net/sunrpc/
A Dsvc.c653 list_add_rcu(&rqstp->rq_all, &pool->sp_all_threads); in svc_prepare_thread()
702 rqstp = list_entry(pool->sp_all_threads.next, struct svc_rqst, rq_all); in choose_victim()
704 list_del_rcu(&rqstp->rq_all); in choose_victim()
890 list_del_rcu(&rqstp->rq_all); in svc_exit_thread()
A Dsvc_xprt.c456 list_for_each_entry_rcu(rqstp, &pool->sp_all_threads, rq_all) { in svc_xprt_do_enqueue()
579 list_for_each_entry_rcu(rqstp, &pool->sp_all_threads, rq_all) { in svc_wake_up()
/linux/include/linux/sunrpc/
A Dsvc.h231 struct list_head rq_all; /* all threads list */ member

Completed in 9 milliseconds