Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Dtree_plugin.h627 bool irqs_were_disabled; in rcu_read_unlock_special() local
636 irqs_were_disabled = irqs_disabled_flags(flags); in rcu_read_unlock_special()
637 if (preempt_bh_were_disabled || irqs_were_disabled) { in rcu_read_unlock_special()
646 (IS_ENABLED(CONFIG_RCU_BOOST) && irqs_were_disabled && in rcu_read_unlock_special()
649 if (use_softirq && (in_hardirq() || (expboost && !irqs_were_disabled))) { in rcu_read_unlock_special()
661 if (IS_ENABLED(CONFIG_IRQ_WORK) && irqs_were_disabled && in rcu_read_unlock_special()