Searched refs:need_qs (Results 1 – 5 of 5) sorted by relevance
852 int nq = READ_ONCE(t->trc_reader_special.b.need_qs); in rcu_read_unlock_trace_special()859 WRITE_ONCE(t->trc_reader_special.b.need_qs, false); in rcu_read_unlock_trace_special()910 WARN_ON_ONCE(READ_ONCE(t->trc_reader_special.b.need_qs)); in trc_read_check_handler()911 WRITE_ONCE(t->trc_reader_special.b.need_qs, true); in trc_read_check_handler()962 WARN_ON_ONCE(READ_ONCE(t->trc_reader_special.b.need_qs)); in trc_inspect_reader()963 WRITE_ONCE(t->trc_reader_special.b.need_qs, true); in trc_inspect_reader()1050 WRITE_ONCE(t->trc_reader_special.b.need_qs, false); in rcu_tasks_trace_pertask()1093 " N"[!!READ_ONCE(t->trc_reader_special.b.need_qs)], in show_stalled_task_trace()1179 if (READ_ONCE(t->trc_reader_special.b.need_qs)) in rcu_tasks_trace_postgp()1184 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()
1622 bool need_qs; in __note_gp_changes() local1653 need_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes()1654 rdp->cpu_no_qs.b.norm = need_qs; in __note_gp_changes()1655 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
Completed in 38 milliseconds