Searched refs:rcu_preempt_depth (Results 1 – 2 of 2) sorted by relevance
294 #define rcu_preempt_depth() (current->rcu_read_lock_nesting) macro315 static inline int rcu_preempt_depth(void) in rcu_preempt_depth() function
7542 int nested = preempt_count() + rcu_preempt_depth(); in preempt_count_equals()