Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Drcupdate.c184 if (rcu_preempt_depth() != 0 || preempt_count() != 0 || in rcuhead_fixup_init()
233 if (rcu_preempt_depth() != 0 || preempt_count() != 0 || in rcuhead_fixup_activate()
270 if (rcu_preempt_depth() != 0 || preempt_count() != 0 || in rcuhead_fixup_free()
/linux-3.4.99/include/linux/
Drcupdate.h158 #define rcu_preempt_depth() (current->rcu_read_lock_nesting) macro
177 static inline int rcu_preempt_depth(void) in rcu_preempt_depth() function
/linux-3.4.99/kernel/sched/
Dcore.c7306 int nested = (preempt_count() & ~PREEMPT_ACTIVE) + rcu_preempt_depth(); in preempt_count_equals()