Searched refs:rcu_preempt_depth (Results 1 – 2 of 2) sorted by relevance
262 #define rcu_preempt_depth() (current->rcu_read_lock_nesting) macro281 static inline int rcu_preempt_depth(void) in rcu_preempt_depth() function
7284 int nested = (preempt_count() & ~PREEMPT_ACTIVE) + rcu_preempt_depth(); in preempt_count_equals()