Searched refs:need_qs (Results 1 – 4 of 4) sorted by relevance
307 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()
1276 bool need_qs; in __note_gp_changes() local1307 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()
357 ".q"[rscr.rs.b.need_qs], in rcu_print_task_stall()
789 u8 need_qs; member