cpu_no_qs        1401 kernel/rcu/tree.c 		rdp->cpu_no_qs.b.norm = need_gp;
cpu_no_qs        1958 kernel/rcu/tree.c 	if (rdp->cpu_no_qs.b.norm || rdp->gp_seq != rnp->gp_seq ||
cpu_no_qs        1967 kernel/rcu/tree.c 		rdp->cpu_no_qs.b.norm = true;	/* need qs for new gp. */
cpu_no_qs        2013 kernel/rcu/tree.c 	if (rdp->cpu_no_qs.b.norm)
cpu_no_qs        2807 kernel/rcu/tree.c 	if (rdp->core_needs_qs && !rdp->cpu_no_qs.b.norm)
cpu_no_qs        3046 kernel/rcu/tree.c 	rdp->cpu_no_qs.b.norm = true;
cpu_no_qs         153 kernel/rcu/tree.h 	union rcu_noqs	cpu_no_qs;	/* No QSes yet for this CPU. */
cpu_no_qs         702 kernel/rcu/tree_exp.h 	__this_cpu_write(rcu_data.cpu_no_qs.b.exp, true);
cpu_no_qs         718 kernel/rcu/tree_exp.h 	    __this_cpu_read(rcu_data.cpu_no_qs.b.exp))
cpu_no_qs         741 kernel/rcu/tree_exp.h 	    __this_cpu_read(rcu_data.cpu_no_qs.b.exp)) {
cpu_no_qs         262 kernel/rcu/tree_plugin.h 	if (__this_cpu_read(rcu_data.cpu_no_qs.s)) {
cpu_no_qs         266 kernel/rcu/tree_plugin.h 		__this_cpu_write(rcu_data.cpu_no_qs.b.norm, false);
cpu_no_qs         707 kernel/rcu/tree_plugin.h 	    __this_cpu_read(rcu_data.cpu_no_qs.b.norm) &&
cpu_no_qs         800 kernel/rcu/tree_plugin.h 	if (!__this_cpu_read(rcu_data.cpu_no_qs.s))
cpu_no_qs         804 kernel/rcu/tree_plugin.h 	__this_cpu_write(rcu_data.cpu_no_qs.b.norm, false);
cpu_no_qs         805 kernel/rcu/tree_plugin.h 	if (!__this_cpu_read(rcu_data.cpu_no_qs.b.exp))
cpu_no_qs         807 kernel/rcu/tree_plugin.h 	__this_cpu_write(rcu_data.cpu_no_qs.b.exp, false);