Home
last modified time | relevance | path

Searched refs:cpu_no_qs (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/kernel/rcu/
Dtree_plugin.h263 if (blkd_state & RCU_EXP_BLKD && rdp->cpu_no_qs.b.exp) in rcu_preempt_ctxt_queue()
266 WARN_ON_ONCE(rdp->cpu_no_qs.b.exp); in rcu_preempt_ctxt_queue()
289 if (__this_cpu_read(rcu_data.cpu_no_qs.b.norm)) { in rcu_qs()
293 __this_cpu_write(rcu_data.cpu_no_qs.b.norm, false); in rcu_qs()
357 if (rdp->cpu_no_qs.b.exp) in rcu_note_context_switch()
484 if (!special.s && !rdp->cpu_no_qs.b.exp) { in rcu_preempt_deferred_qs_irqrestore()
491 rdp->cpu_no_qs.b.norm = false; in rcu_preempt_deferred_qs_irqrestore()
505 if (rdp->cpu_no_qs.b.exp) in rcu_preempt_deferred_qs_irqrestore()
588 return (__this_cpu_read(rcu_data.cpu_no_qs.b.exp) || in rcu_preempt_need_deferred_qs()
742 __this_cpu_read(rcu_data.cpu_no_qs.b.norm) && in rcu_flavor_sched_clock_irq()
[all …]
Dtree_exp.h261 WRITE_ONCE(rdp->cpu_no_qs.b.exp, false); in rcu_report_exp_rdp()
646 "D."[!!data_race(rdp->cpu_no_qs.b.exp)]); in synchronize_rcu_expedited_wait()
757 WRITE_ONCE(rdp->cpu_no_qs.b.exp, true); in rcu_exp_handler()
779 WRITE_ONCE(rdp->cpu_no_qs.b.exp, true); in rcu_exp_handler()
856 __this_cpu_write(rcu_data.cpu_no_qs.b.exp, true); in rcu_exp_need_qs()
871 __this_cpu_read(rcu_data.cpu_no_qs.b.exp)) in rcu_exp_handler()
895 READ_ONCE(rdp->cpu_no_qs.b.exp)) { in sync_sched_exp_online_cleanup()
Dtree.h183 union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */ member
Dtree.c1214 rdp->cpu_no_qs.b.norm = need_qs; in __note_gp_changes()
1969 if (rdp->cpu_no_qs.b.norm || rdp->gp_seq != rnp->gp_seq || in rcu_report_qs_rdp()
1978 rdp->cpu_no_qs.b.norm = true; /* need qs for new gp. */ in rcu_report_qs_rdp()
2043 if (rdp->cpu_no_qs.b.norm) in rcu_check_quiescent_state()
3874 if (rdp->core_needs_qs && !rdp->cpu_no_qs.b.norm && gp_in_progress) in rcu_pending()
4328 rdp->cpu_no_qs.b.norm = true; in rcutree_prepare_cpu()
/Linux-v6.6/Documentation/RCU/Design/Data-Structures/
DData-Structures.rst831 3 bool cpu_no_qs;
864 The ``->cpu_no_qs`` flag indicates that the CPU has not yet passed