Searched refs:rcu_preempt_depth (Results 1 – 4 of 4) sorted by relevance
297 WARN_ON_ONCE(!preempt && rcu_preempt_depth() > 0); in rcu_note_context_switch()298 if (rcu_preempt_depth() > 0 && in rcu_note_context_switch()378 WARN_ON_ONCE(rcu_preempt_depth() > RCU_NEST_PMAX); in __rcu_read_lock()402 int rrln = rcu_preempt_depth(); in __rcu_read_unlock()563 rcu_preempt_depth() == 0; in rcu_preempt_need_deferred_qs()690 if (rcu_preempt_depth() > 0 || in rcu_flavor_sched_clock_irq()700 } else if (!WARN_ON_ONCE(rcu_preempt_depth())) { in rcu_flavor_sched_clock_irq()706 if (rcu_preempt_depth() > 0 && in rcu_flavor_sched_clock_irq()730 } else if (unlikely(rcu_preempt_depth())) { in exit_rcu()
644 int depth = rcu_preempt_depth(); in rcu_exp_handler()
56 #define rcu_preempt_depth() (current->rcu_read_lock_nesting) macro77 static inline int rcu_preempt_depth(void) in rcu_preempt_depth() function
7646 int nested = preempt_count() + rcu_preempt_depth(); in preempt_count_equals()