Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dtree_exp.h1042 raw_spin_lock_irqsave(&rnp->exp_poll_lock, flags); in sync_rcu_do_polled_gp()
1045 raw_spin_unlock_irqrestore(&rnp->exp_poll_lock, flags); in sync_rcu_do_polled_gp()
1054 raw_spin_lock_irqsave(&rnp->exp_poll_lock, flags); in sync_rcu_do_polled_gp()
1058 raw_spin_unlock_irqrestore(&rnp->exp_poll_lock, flags); in sync_rcu_do_polled_gp()
1081 raw_spin_lock_irqsave(&rnp->exp_poll_lock, flags); in start_poll_synchronize_rcu_expedited()
1089 raw_spin_unlock_irqrestore(&rnp->exp_poll_lock, flags); in start_poll_synchronize_rcu_expedited()
H A Dtree.h136 raw_spinlock_t exp_poll_lock; member
H A Dtree.c4868 raw_spin_lock_init(&rnp->exp_poll_lock); in rcu_init_one()