Home
last modified time | relevance | path

Searched refs:need_qs (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/rcu/
Dtree_plugin.h318 current->rcu_read_unlock_special.b.need_qs = false; in rcu_preempt_qs()
495 if (special.b.need_qs) { in rcu_read_unlock_special()
497 t->rcu_read_unlock_special.b.need_qs = false; in rcu_read_unlock_special()
530 t->rcu_read_unlock_special.b.need_qs); in rcu_read_unlock_special()
747 !t->rcu_read_unlock_special.b.need_qs && in rcu_preempt_check_callbacks()
749 t->rcu_read_unlock_special.b.need_qs = true; in rcu_preempt_check_callbacks()
/Linux-v4.19/include/linux/
Dsched.h573 u8 need_qs; member