Searched refs:rcu_read_lock_nesting (Results 1 – 5 of 5) sorted by relevance
131 current->rcu_read_lock_nesting++; in __rcu_read_lock()147 if (t->rcu_read_lock_nesting != 1) { in __rcu_read_unlock()148 --t->rcu_read_lock_nesting; in __rcu_read_unlock()151 t->rcu_read_lock_nesting = INT_MIN; in __rcu_read_unlock()156 t->rcu_read_lock_nesting = 0; in __rcu_read_unlock()160 int rrln = ACCESS_ONCE(t->rcu_read_lock_nesting); in __rcu_read_unlock()
149 if (t->rcu_read_lock_nesting > 0 && in rcu_preempt_note_context_switch()198 } else if (t->rcu_read_lock_nesting < 0 && in rcu_preempt_note_context_switch()489 if (t->rcu_read_lock_nesting == 0) { in rcu_preempt_check_callbacks()493 if (t->rcu_read_lock_nesting > 0 && in rcu_preempt_check_callbacks()826 t->rcu_read_lock_nesting = 1; in exit_rcu()
113 .rcu_read_lock_nesting = 0, \
262 #define rcu_preempt_depth() (current->rcu_read_lock_nesting)
1335 int rcu_read_lock_nesting; member2101 p->rcu_read_lock_nesting = 0; in rcu_copy_process()