Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree_plugin.h604 bool irqs_were_disabled; in rcu_read_unlock_special() local
611 irqs_were_disabled = irqs_disabled_flags(flags); in rcu_read_unlock_special()
612 if (preempt_bh_were_disabled || irqs_were_disabled) { in rcu_read_unlock_special()
621 if (use_softirq && (in_irq() || (exp && !irqs_were_disabled))) { in rcu_read_unlock_special()
631 if (IS_ENABLED(CONFIG_IRQ_WORK) && irqs_were_disabled && in rcu_read_unlock_special()