Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree_exp.h313 wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], in exp_funnel_lock()
705 wake_up_all(&rnp->exp_wq[rcu_seq_ctr(s) & 0x3]); in rcu_exp_wait_wake()
946 wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], in synchronize_rcu_expedited()
Dtree.h132 wait_queue_head_t exp_wq[4]; member
Dtree.c4630 init_waitqueue_head(&rnp->exp_wq[0]); in rcu_init_one()
4631 init_waitqueue_head(&rnp->exp_wq[1]); in rcu_init_one()
4632 init_waitqueue_head(&rnp->exp_wq[2]); in rcu_init_one()
4633 init_waitqueue_head(&rnp->exp_wq[3]); in rcu_init_one()