Searched refs:rcu_preempt_depth (Results 1 – 5 of 5) sorted by relevance
81 #define rcu_preempt_depth() READ_ONCE(current->rcu_read_lock_nesting) macro103 static inline int rcu_preempt_depth(void) in rcu_preempt_depth() function
3228 rcu_start_depth = rcu_preempt_depth(); in process_one_work()3270 rcu_preempt_depth() != rcu_start_depth)) { in process_one_work()3275 rcu_start_depth, rcu_preempt_depth(), in process_one_work()
1448 if (IS_ENABLED(CONFIG_PREEMPTION) && rcu_preempt_depth()) in z_erofs_in_atomic()
8778 nested += rcu_preempt_depth() << MIGHT_RESCHED_RCU_SHIFT; in resched_offsets_ok()8816 rcu_preempt_depth(), offsets >> MIGHT_RESCHED_RCU_SHIFT); in __might_resched()
500 return rcu_preempt_depth(); in rcu_torture_readlock_nesting()