Home
last modified time | relevance | path

Searched refs:need_qs (Results 1 – 3 of 3) 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()
858 !t->rcu_read_unlock_special.b.need_qs && in rcu_flavor_sched_clock_irq()
860 t->rcu_read_unlock_special.b.need_qs = true; in rcu_flavor_sched_clock_irq()
H A Dtree.c1272 bool need_qs; in __note_gp_changes() local
1303 need_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes()
1304 rdp->cpu_no_qs.b.norm = need_qs; in __note_gp_changes()
1305 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()