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()
608 wake_up_all(&rnp->exp_wq[rcu_seq_ctr(s) & 0x3]); in rcu_exp_wait_wake()
867 wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], in synchronize_rcu_expedited()
Dtree.h126 wait_queue_head_t exp_wq[4]; member
Dtree.c4422 init_waitqueue_head(&rnp->exp_wq[0]); in rcu_init_one()
4423 init_waitqueue_head(&rnp->exp_wq[1]); in rcu_init_one()
4424 init_waitqueue_head(&rnp->exp_wq[2]); in rcu_init_one()
4425 init_waitqueue_head(&rnp->exp_wq[3]); in rcu_init_one()