Searched refs:rcu_read_lock_nesting (Results 1 – 5 of 5) sorted by relevance
180 current->rcu_read_lock_nesting++; in __rcu_read_lock()196 if (t->rcu_read_lock_nesting != 1) { in __rcu_read_unlock()197 --t->rcu_read_lock_nesting; in __rcu_read_unlock()200 t->rcu_read_lock_nesting = INT_MIN; in __rcu_read_unlock()205 t->rcu_read_lock_nesting = 0; in __rcu_read_unlock()209 int rrln = READ_ONCE(t->rcu_read_lock_nesting); in __rcu_read_unlock()
298 if (t->rcu_read_lock_nesting > 0 && in rcu_preempt_note_context_switch()322 } else if (t->rcu_read_lock_nesting < 0 && in rcu_preempt_note_context_switch()638 if (t->rcu_read_lock_nesting == 0) { in rcu_preempt_check_callbacks()642 if (t->rcu_read_lock_nesting > 0 && in rcu_preempt_check_callbacks()714 if (t->rcu_read_lock_nesting > 0 && in sync_rcu_exp_handler()806 t->rcu_read_lock_nesting = 1; in exit_rcu()
114 .rcu_read_lock_nesting = 0, \
294 #define rcu_preempt_depth() (current->rcu_read_lock_nesting)
1422 int rcu_read_lock_nesting; member2206 p->rcu_read_lock_nesting = 0; in rcu_copy_process()