Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A Dsvc.c694 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()
A Dsvc_xprt.c472 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()
/linux-6.3-rc2/include/linux/sunrpc/
A Dsvc.h198 struct list_head rq_all; /* all threads list */ member

Completed in 9 milliseconds