Lines Matching refs:cpu_no_qs
234 if (!__this_cpu_read(rcu_sched_data.cpu_no_qs.s)) in rcu_sched_qs()
239 __this_cpu_write(rcu_sched_data.cpu_no_qs.b.norm, false); in rcu_sched_qs()
240 if (!__this_cpu_read(rcu_sched_data.cpu_no_qs.b.exp)) in rcu_sched_qs()
242 __this_cpu_write(rcu_sched_data.cpu_no_qs.b.exp, false); in rcu_sched_qs()
250 if (__this_cpu_read(rcu_bh_data.cpu_no_qs.s)) { in rcu_bh_qs()
254 __this_cpu_write(rcu_bh_data.cpu_no_qs.b.norm, false); in rcu_bh_qs()
485 if (unlikely(raw_cpu_read(rcu_sched_data.cpu_no_qs.b.exp))) in rcu_all_qs()
1846 rdp->cpu_no_qs.b.norm = need_gp; in __note_gp_changes()
2390 if (rdp->cpu_no_qs.b.norm || rdp->gp_seq != rnp->gp_seq || in rcu_report_qs_rdp()
2399 rdp->cpu_no_qs.b.norm = true; /* need qs for new gp. */ in rcu_report_qs_rdp()
2446 if (rdp->cpu_no_qs.b.norm) in rcu_check_quiescent_state()
3283 if (rdp->core_needs_qs && !rdp->cpu_no_qs.b.norm) in __rcu_pending()
3591 rdp->cpu_no_qs.b.norm = true; in rcu_init_percpu_data()