Searched refs:cpu_no_qs (Results 1 – 5 of 5) sorted by relevance
285 if (__this_cpu_read(rcu_data.cpu_no_qs.s)) { in rcu_qs()289 __this_cpu_write(rcu_data.cpu_no_qs.b.norm, false); in rcu_qs()733 __this_cpu_read(rcu_data.cpu_no_qs.b.norm) && in rcu_flavor_sched_clock_irq()844 if (!__this_cpu_read(rcu_data.cpu_no_qs.s)) in rcu_qs()848 __this_cpu_write(rcu_data.cpu_no_qs.b.norm, false); in rcu_qs()849 if (!__this_cpu_read(rcu_data.cpu_no_qs.b.exp)) in rcu_qs()851 __this_cpu_write(rcu_data.cpu_no_qs.b.exp, false); in rcu_qs()
726 __this_cpu_write(rcu_data.cpu_no_qs.b.exp, true); in rcu_exp_need_qs()740 __this_cpu_read(rcu_data.cpu_no_qs.b.exp)) in rcu_exp_handler()763 __this_cpu_read(rcu_data.cpu_no_qs.b.exp)) { in sync_sched_exp_online_cleanup()
156 union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */ member
1658 rdp->cpu_no_qs.b.norm = need_qs; in __note_gp_changes()2288 if (rdp->cpu_no_qs.b.norm || rdp->gp_seq != rnp->gp_seq || in rcu_report_qs_rdp()2297 rdp->cpu_no_qs.b.norm = true; /* need qs for new gp. */ in rcu_report_qs_rdp()2344 if (rdp->cpu_no_qs.b.norm) in rcu_check_quiescent_state()3892 if (rdp->core_needs_qs && !rdp->cpu_no_qs.b.norm && gp_in_progress) in rcu_pending()4154 rdp->cpu_no_qs.b.norm = true; in rcutree_prepare_cpu()
831 3 bool cpu_no_qs;864 The ``->cpu_no_qs`` flag indicates that the CPU has not yet passed