Searched refs:need_qs (Results 1 – 5 of 5) sorted by relevance
853 int nq = READ_ONCE(t->trc_reader_special.b.need_qs); in rcu_read_unlock_trace_special()860 WRITE_ONCE(t->trc_reader_special.b.need_qs, false); in rcu_read_unlock_trace_special()919 WARN_ON_ONCE(READ_ONCE(t->trc_reader_special.b.need_qs)); in trc_read_check_handler()920 WRITE_ONCE(t->trc_reader_special.b.need_qs, true); in trc_read_check_handler()971 WARN_ON_ONCE(READ_ONCE(t->trc_reader_special.b.need_qs)); in trc_inspect_reader()972 WRITE_ONCE(t->trc_reader_special.b.need_qs, true); in trc_inspect_reader()1063 WRITE_ONCE(t->trc_reader_special.b.need_qs, false); in rcu_tasks_trace_pertask()1106 " N"[!!READ_ONCE(t->trc_reader_special.b.need_qs)], in show_stalled_task_trace()1178 if (READ_ONCE(t->trc_reader_special.b.need_qs)) in rcu_tasks_trace_postgp()1183 if (READ_ONCE(t->trc_reader_special.b.need_qs)) in rcu_tasks_trace_postgp()[all …]
291 WRITE_ONCE(current->rcu_read_unlock_special.b.need_qs, false); in rcu_qs()402 WRITE_ONCE(current->rcu_read_unlock_special.b.need_qs, true); in __rcu_read_lock()485 if (special.b.need_qs) { in rcu_preempt_deferred_qs_irqrestore()734 !t->rcu_read_unlock_special.b.need_qs && in rcu_flavor_sched_clock_irq()736 t->rcu_read_unlock_special.b.need_qs = true; in rcu_flavor_sched_clock_irq()
1626 bool need_qs; in __note_gp_changes() local1657 need_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes()1658 rdp->cpu_no_qs.b.norm = need_qs; in __note_gp_changes()1659 rdp->core_needs_qs = need_qs; in __note_gp_changes()
292 ".q"[rscr.rs.b.need_qs], in rcu_print_task_stall()
698 u8 need_qs; member