Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcupdate.h81 #define rcu_preempt_depth() READ_ONCE(current->rcu_read_lock_nesting) macro
103 static inline int rcu_preempt_depth(void) in rcu_preempt_depth() function
/linux/kernel/
H A Dworkqueue.c3228 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()
/linux/fs/erofs/
H A Dzdata.c1448 if (IS_ENABLED(CONFIG_PREEMPTION) && rcu_preempt_depth()) in z_erofs_in_atomic()
/linux/kernel/sched/
H A Dcore.c8778 nested += rcu_preempt_depth() << MIGHT_RESCHED_RCU_SHIFT; in resched_offsets_ok()
8816 rcu_preempt_depth(), offsets >> MIGHT_RESCHED_RCU_SHIFT); in __might_resched()
/linux/kernel/rcu/
H A Drcutorture.c500 return rcu_preempt_depth(); in rcu_torture_readlock_nesting()