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()896 WARN_ON_ONCE(t->trc_reader_special.b.need_qs); in trc_inspect_reader()897 WRITE_ONCE(t->trc_reader_special.b.need_qs, true); in trc_inspect_reader()978 WRITE_ONCE(t->trc_reader_special.b.need_qs, false); in rcu_tasks_trace_pertask()1021 " N"[!!t->trc_reader_special.b.need_qs], in show_stalled_task_trace()1093 if (READ_ONCE(t->trc_reader_special.b.need_qs)) in rcu_tasks_trace_postgp()1098 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()707 !t->rcu_read_unlock_special.b.need_qs && in rcu_flavor_sched_clock_irq()709 t->rcu_read_unlock_special.b.need_qs = true; in rcu_flavor_sched_clock_irq()
284 ".q"[rscr.rs.b.need_qs], in rcu_print_task_stall()
1605 bool need_qs; in __note_gp_changes() local1637 need_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes()1638 rdp->cpu_no_qs.b.norm = need_qs; in __note_gp_changes()1639 rdp->core_needs_qs = need_qs; in __note_gp_changes()
622 u8 need_qs; member