Searched refs:rcu_read_lock_nesting (Results 1 – 6 of 6) sorted by relevance
342 WARN_ON_ONCE(!preempt && t->rcu_read_lock_nesting > 0); in rcu_preempt_note_context_switch()343 if (t->rcu_read_lock_nesting > 0 && in rcu_preempt_note_context_switch()366 } else if (t->rcu_read_lock_nesting < 0 && in rcu_preempt_note_context_switch()405 current->rcu_read_lock_nesting++; in __rcu_read_lock()421 if (t->rcu_read_lock_nesting != 1) { in __rcu_read_unlock()422 --t->rcu_read_lock_nesting; in __rcu_read_unlock()425 t->rcu_read_lock_nesting = INT_MIN; in __rcu_read_unlock()430 t->rcu_read_lock_nesting = 0; in __rcu_read_unlock()434 int rrln = READ_ONCE(t->rcu_read_lock_nesting); in __rcu_read_unlock()740 if (t->rcu_read_lock_nesting == 0) { in rcu_preempt_check_callbacks()[all …]
748 if (t->rcu_read_lock_nesting > 0 && in sync_rcu_exp_handler()
133 .rcu_read_lock_nesting = 0,
75 #define rcu_preempt_depth() (current->rcu_read_lock_nesting)
666 int rcu_read_lock_nesting; member
1608 p->rcu_read_lock_nesting = 0; in rcu_copy_process()