Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/rcu/
Dtree_exp.h704 __this_cpu_write(rcu_data.cpu_no_qs.b.exp, true); in rcu_exp_need_qs()
720 __this_cpu_read(rcu_data.cpu_no_qs.b.exp)) in rcu_exp_handler()
743 __this_cpu_read(rcu_data.cpu_no_qs.b.exp)) { in sync_sched_exp_online_cleanup()
Dtree_plugin.h262 if (__this_cpu_read(rcu_data.cpu_no_qs.s)) { in rcu_qs()
266 __this_cpu_write(rcu_data.cpu_no_qs.b.norm, false); in rcu_qs()
707 __this_cpu_read(rcu_data.cpu_no_qs.b.norm) && in rcu_flavor_sched_clock_irq()
799 if (!__this_cpu_read(rcu_data.cpu_no_qs.s)) in rcu_qs()
803 __this_cpu_write(rcu_data.cpu_no_qs.b.norm, false); in rcu_qs()
804 if (!__this_cpu_read(rcu_data.cpu_no_qs.b.exp)) in rcu_qs()
806 __this_cpu_write(rcu_data.cpu_no_qs.b.exp, false); in rcu_qs()
Dtree.h153 union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */ member
Dtree.c1400 rdp->cpu_no_qs.b.norm = need_gp; in __note_gp_changes()
1957 if (rdp->cpu_no_qs.b.norm || rdp->gp_seq != rnp->gp_seq || in rcu_report_qs_rdp()
1966 rdp->cpu_no_qs.b.norm = true; /* need qs for new gp. */ in rcu_report_qs_rdp()
2012 if (rdp->cpu_no_qs.b.norm) in rcu_check_quiescent_state()
2806 if (rdp->core_needs_qs && !rdp->cpu_no_qs.b.norm) in rcu_pending()
3045 rdp->cpu_no_qs.b.norm = true; in rcutree_prepare_cpu()