Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/rcu/
A Dtree_plugin.h264 WARN_ON_ONCE(rdp->cpu_no_qs.b.exp); in rcu_preempt_ctxt_queue()
287 if (__this_cpu_read(rcu_data.cpu_no_qs.b.norm)) { in rcu_qs()
355 if (rdp->cpu_no_qs.b.exp) in rcu_note_context_switch()
482 if (!special.s && !rdp->cpu_no_qs.b.exp) { in rcu_preempt_deferred_qs_irqrestore()
489 rdp->cpu_no_qs.b.norm = false; in rcu_preempt_deferred_qs_irqrestore()
503 if (rdp->cpu_no_qs.b.exp) in rcu_preempt_deferred_qs_irqrestore()
740 __this_cpu_read(rcu_data.cpu_no_qs.b.norm) && in rcu_flavor_sched_clock_irq()
825 rdp->cpu_no_qs.b.norm = false; in rcu_read_unlock_strict()
849 if (!__this_cpu_read(rcu_data.cpu_no_qs.s)) in rcu_qs()
854 if (__this_cpu_read(rcu_data.cpu_no_qs.b.exp)) in rcu_qs()
[all …]
A Dtree_exp.h261 WRITE_ONCE(rdp->cpu_no_qs.b.exp, false); in rcu_report_exp_rdp()
645 "D."[!!(rdp->cpu_no_qs.b.exp)]); in synchronize_rcu_expedited_wait()
756 WRITE_ONCE(rdp->cpu_no_qs.b.exp, true); in rcu_exp_handler()
778 WRITE_ONCE(rdp->cpu_no_qs.b.exp, true); in rcu_exp_handler()
853 __this_cpu_write(rcu_data.cpu_no_qs.b.exp, true); in rcu_exp_need_qs()
868 __this_cpu_read(rcu_data.cpu_no_qs.b.exp)) in rcu_exp_handler()
892 READ_ONCE(rdp->cpu_no_qs.b.exp)) { in sync_sched_exp_online_cleanup()
A Dtree.h183 union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */ member
A Dtree.c1209 rdp->cpu_no_qs.b.norm = need_qs; in __note_gp_changes()
1965 if (rdp->cpu_no_qs.b.norm || rdp->gp_seq != rnp->gp_seq || in rcu_report_qs_rdp()
1974 rdp->cpu_no_qs.b.norm = true; /* need qs for new gp. */ in rcu_report_qs_rdp()
2036 if (rdp->cpu_no_qs.b.norm) in rcu_check_quiescent_state()
3818 if (rdp->core_needs_qs && !rdp->cpu_no_qs.b.norm && gp_in_progress) in rcu_pending()
4273 rdp->cpu_no_qs.b.norm = true; in rcutree_prepare_cpu()
/linux-6.3-rc2/Documentation/RCU/Design/Data-Structures/
A DData-Structures.rst831 3 bool cpu_no_qs;
864 The ``->cpu_no_qs`` flag indicates that the CPU has not yet passed

Completed in 18 milliseconds