Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_plugin.h307 WRITE_ONCE(current->rcu_read_unlock_special.b.need_qs, false); in rcu_qs()
418 WRITE_ONCE(current->rcu_read_unlock_special.b.need_qs, true); in __rcu_read_lock()
504 if (special.b.need_qs) { in rcu_preempt_deferred_qs_irqrestore()
832 !t->rcu_read_unlock_special.b.need_qs && in rcu_flavor_sched_clock_irq()
834 t->rcu_read_unlock_special.b.need_qs = true; in rcu_flavor_sched_clock_irq()
H A Dtree.c1276 bool need_qs; in __note_gp_changes() local
1307 need_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes()
1308 rdp->cpu_no_qs.b.norm = need_qs; in __note_gp_changes()
1309 rdp->core_needs_qs = need_qs; in __note_gp_changes()
H A Dtree_stall.h357 ".q"[rscr.rs.b.need_qs], in rcu_print_task_stall()
/linux/include/linux/
H A Dsched.h789 u8 need_qs; member