Searched refs:rcu_preempt_depth (Results 1 - 6 of 6) sorted by relevance

/linux-master/kernel/rcu/
H A Dtree_plugin.h320 WARN_ONCE(!preempt && rcu_preempt_depth() > 0, "Voluntary context switch within RCU read-side critical section!");
321 if (rcu_preempt_depth() > 0 &&
404 WARN_ON_ONCE(rcu_preempt_depth() > RCU_NEST_PMAX);
429 int rrln = rcu_preempt_depth();
590 rcu_preempt_depth() == 0;
724 if (rcu_preempt_depth() > 0 ||
734 } else if (!WARN_ON_ONCE(rcu_preempt_depth())) {
740 if (rcu_preempt_depth() > 0 &&
764 } else if (unlikely(rcu_preempt_depth())) {
H A Dtree_exp.h689 int depth = rcu_preempt_depth();
/linux-master/include/linux/
H A Drcupdate.h80 #define rcu_preempt_depth() READ_ONCE(current->rcu_read_lock_nesting) macro
102 static inline int rcu_preempt_depth(void) function
/linux-master/kernel/locking/
H A Dspinlock_rt.c33 (rcu_preempt_depth() << MIGHT_RESCHED_RCU_SHIFT)
/linux-master/kernel/
H A Dworkqueue.c3225 rcu_start_depth = rcu_preempt_depth();
3267 rcu_preempt_depth() != rcu_start_depth)) {
3272 rcu_start_depth, rcu_preempt_depth(),
/linux-master/kernel/sched/
H A Dcore.c10146 nested += rcu_preempt_depth() << MIGHT_RESCHED_RCU_SHIFT;
10184 rcu_preempt_depth(), offsets >> MIGHT_RESCHED_RCU_SHIFT);

Completed in 275 milliseconds