Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_plugin.h640 bool irqs_were_disabled; in rcu_read_unlock_special() local
649 irqs_were_disabled = irqs_disabled_flags(flags); in rcu_read_unlock_special()
650 if (preempt_bh_were_disabled || irqs_were_disabled) { in rcu_read_unlock_special()
659 (IS_ENABLED(CONFIG_RCU_BOOST) && irqs_were_disabled && in rcu_read_unlock_special()
662 if (use_softirq && (in_hardirq() || (expboost && !irqs_were_disabled))) { in rcu_read_unlock_special()
674 if (IS_ENABLED(CONFIG_IRQ_WORK) && irqs_were_disabled && in rcu_read_unlock_special()