Lines Matching refs:rcu_preempt_depth
332 …WARN_ONCE(!preempt && rcu_preempt_depth() > 0, "Voluntary context switch within RCU read-side crit… in rcu_note_context_switch()
333 if (rcu_preempt_depth() > 0 && in rcu_note_context_switch()
416 WARN_ON_ONCE(rcu_preempt_depth() > RCU_NEST_PMAX); in __rcu_read_lock()
441 int rrln = rcu_preempt_depth(); in __rcu_read_unlock()
604 rcu_preempt_depth() == 0; in rcu_preempt_need_deferred_qs()
640 if (rcu_preempt_depth() > 0) { in rcu_preempt_deferred_qs()
673 if (rcu_preempt_depth() > 0) in rcu_preempt_deferred_qs_handler()
841 if (rcu_preempt_depth() > 0 || in rcu_flavor_sched_clock_irq()
849 } else if (!WARN_ON_ONCE(rcu_preempt_depth())) { in rcu_flavor_sched_clock_irq()
855 if (rcu_preempt_depth() > 0 && in rcu_flavor_sched_clock_irq()
879 } else if (unlikely(rcu_preempt_depth())) { in exit_rcu()