Searched refs:irqs_were_disabled (Results 1 – 1 of 1) sorted by relevance
624 bool irqs_were_disabled; in rcu_read_unlock_special() local633 irqs_were_disabled = irqs_disabled_flags(flags); in rcu_read_unlock_special()634 if (preempt_bh_were_disabled || irqs_were_disabled) { in rcu_read_unlock_special()642 (IS_ENABLED(CONFIG_RCU_BOOST) && irqs_were_disabled && in rcu_read_unlock_special()645 if (use_softirq && (in_irq() || (expboost && !irqs_were_disabled))) { in rcu_read_unlock_special()657 if (IS_ENABLED(CONFIG_IRQ_WORK) && irqs_were_disabled && in rcu_read_unlock_special()
Completed in 9 milliseconds