Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dtree.c251 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()
[all …]
Dtree.h309 union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */ member
Dtree_trace.c124 rdp->cpu_no_qs.b.norm, in print_one_rcu_data()
Dtree_plugin.h268 if (__this_cpu_read(rcu_data_p->cpu_no_qs.s)) { in rcu_preempt_qs()
272 __this_cpu_write(rcu_data_p->cpu_no_qs.b.norm, false); in rcu_preempt_qs()
644 __this_cpu_read(rcu_data_p->cpu_no_qs.b.norm)) in rcu_preempt_check_callbacks()