Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dtree.c2371 struct rcu_node *rnp_old = NULL; in rcu_force_quiescent_state() local
2378 if (rnp_old != NULL) in rcu_force_quiescent_state()
2379 raw_spin_unlock(&rnp_old->fqslock); in rcu_force_quiescent_state()
2382 rnp_old = rnp; in rcu_force_quiescent_state()
2387 raw_spin_lock_irqsave_rcu_node(rnp_old, flags); in rcu_force_quiescent_state()
2388 raw_spin_unlock(&rnp_old->fqslock); in rcu_force_quiescent_state()
2390 raw_spin_unlock_irqrestore_rcu_node(rnp_old, flags); in rcu_force_quiescent_state()
2395 raw_spin_unlock_irqrestore_rcu_node(rnp_old, flags); in rcu_force_quiescent_state()