Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvc.c647 list_add_rcu(&rqstp->rq_all, &pool->sp_all_threads); in svc_prepare_thread()
696 rqstp = list_entry(pool->sp_all_threads.next, struct svc_rqst, rq_all); in choose_victim()
698 list_del_rcu(&rqstp->rq_all); in choose_victim()
861 list_del_rcu(&rqstp->rq_all); in svc_exit_thread()
H A Dsvc_xprt.c437 list_for_each_entry_rcu(rqstp, &pool->sp_all_threads, rq_all) { in svc_xprt_do_enqueue()
559 list_for_each_entry_rcu(rqstp, &pool->sp_all_threads, rq_all) { in svc_wake_up()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsvc.h230 struct list_head rq_all; /* all threads list */ member