Searched refs:need_qs (Results 1 – 5 of 5) sorted by relevance
778 int nq = t->trc_reader_special.b.need_qs; in rcu_read_unlock_trace_special()785 WRITE_ONCE(t->trc_reader_special.b.need_qs, false); in rcu_read_unlock_trace_special()844 WARN_ON_ONCE(t->trc_reader_special.b.need_qs); in trc_read_check_handler()845 WRITE_ONCE(t->trc_reader_special.b.need_qs, true); in trc_read_check_handler()895 WARN_ON_ONCE(t->trc_reader_special.b.need_qs); in trc_inspect_reader()896 WRITE_ONCE(t->trc_reader_special.b.need_qs, true); in trc_inspect_reader()981 WRITE_ONCE(t->trc_reader_special.b.need_qs, false); in rcu_tasks_trace_pertask()1024 " N"[!!t->trc_reader_special.b.need_qs], in show_stalled_task_trace()1096 if (READ_ONCE(t->trc_reader_special.b.need_qs)) in rcu_tasks_trace_postgp()1101 if (READ_ONCE(t->trc_reader_special.b.need_qs)) in rcu_tasks_trace_postgp()[all …]
272 WRITE_ONCE(current->rcu_read_unlock_special.b.need_qs, false); in rcu_qs()380 WRITE_ONCE(current->rcu_read_unlock_special.b.need_qs, true); in __rcu_read_lock()462 if (special.b.need_qs) { in rcu_preempt_deferred_qs_irqrestore()709 !t->rcu_read_unlock_special.b.need_qs && in rcu_flavor_sched_clock_irq()711 t->rcu_read_unlock_special.b.need_qs = true; in rcu_flavor_sched_clock_irq()
290 ".q"[rscr.rs.b.need_qs], in rcu_print_task_stall()
1614 bool need_qs; in __note_gp_changes() local1646 need_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes()1647 rdp->cpu_no_qs.b.norm = need_qs; in __note_gp_changes()1648 rdp->core_needs_qs = need_qs; in __note_gp_changes()
638 u8 need_qs; member