Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree_plugin.h266 if (__this_cpu_read(rcu_data.cpu_no_qs.s)) { in rcu_qs()
270 __this_cpu_write(rcu_data.cpu_no_qs.b.norm, false); in rcu_qs()
708 __this_cpu_read(rcu_data.cpu_no_qs.b.norm) && in rcu_flavor_sched_clock_irq()
819 if (!__this_cpu_read(rcu_data.cpu_no_qs.s)) in rcu_qs()
823 __this_cpu_write(rcu_data.cpu_no_qs.b.norm, false); in rcu_qs()
824 if (!__this_cpu_read(rcu_data.cpu_no_qs.b.exp)) in rcu_qs()
826 __this_cpu_write(rcu_data.cpu_no_qs.b.exp, false); in rcu_qs()
H A Dtree_exp.h727 __this_cpu_write(rcu_data.cpu_no_qs.b.exp, true); in rcu_exp_need_qs()
741 __this_cpu_read(rcu_data.cpu_no_qs.b.exp)) in rcu_exp_handler()
764 rdp->cpu_no_qs.b.exp) { in sync_sched_exp_online_cleanup()
H A Dtree.h154 union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */ member
H A Dtree.c1647 rdp->cpu_no_qs.b.norm = need_qs; in __note_gp_changes()
2267 if (rdp->cpu_no_qs.b.norm || rdp->gp_seq != rnp->gp_seq || in rcu_report_qs_rdp()
2276 rdp->cpu_no_qs.b.norm = true; /* need qs for new gp. */ in rcu_report_qs_rdp()
2323 if (rdp->cpu_no_qs.b.norm) in rcu_check_quiescent_state()
3756 if (rdp->core_needs_qs && !rdp->cpu_no_qs.b.norm && gp_in_progress) in rcu_pending()
4014 rdp->cpu_no_qs.b.norm = true; in rcutree_prepare_cpu()
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst831 3 bool cpu_no_qs;
864 The ``->cpu_no_qs`` flag indicates that the CPU has not yet passed