Lines Matching refs:cpu_no_qs
251 if (__this_cpu_read(rcu_sched_data.cpu_no_qs.s)) { in rcu_sched_qs()
255 __this_cpu_write(rcu_sched_data.cpu_no_qs.b.norm, false); in rcu_sched_qs()
256 if (!__this_cpu_read(rcu_sched_data.cpu_no_qs.b.exp)) in rcu_sched_qs()
259 if (__this_cpu_read(rcu_sched_data.cpu_no_qs.b.exp)) { in rcu_sched_qs()
260 __this_cpu_write(rcu_sched_data.cpu_no_qs.b.exp, false); in rcu_sched_qs()
271 if (__this_cpu_read(rcu_bh_data.cpu_no_qs.s)) { in rcu_bh_qs()
275 __this_cpu_write(rcu_bh_data.cpu_no_qs.b.norm, false); in rcu_bh_qs()
1769 rdp->cpu_no_qs.b.norm = true; in __note_gp_changes()
2360 if ((rdp->cpu_no_qs.b.norm && in rcu_report_qs_rdp()
2371 rdp->cpu_no_qs.b.norm = true; /* need qs for new gp. */ in rcu_report_qs_rdp()
2418 if (rdp->cpu_no_qs.b.norm && in rcu_check_quiescent_state()
3672 __this_cpu_read(rcu_sched_data.cpu_no_qs.b.exp)) in sync_sched_exp_handler()
3674 __this_cpu_write(rcu_sched_data.cpu_no_qs.b.exp, true); in sync_sched_exp_handler()
3888 rdp->core_needs_qs && rdp->cpu_no_qs.b.norm && in __rcu_pending()
3892 (!rdp->cpu_no_qs.b.norm || in __rcu_pending()
4210 rdp->cpu_no_qs.b.norm = true; in rcu_init_percpu_data()