Lines Matching refs:cpu_no_qs
261 if (blkd_state & RCU_EXP_BLKD && rdp->cpu_no_qs.b.exp) in rcu_preempt_ctxt_queue()
264 WARN_ON_ONCE(rdp->cpu_no_qs.b.exp); in rcu_preempt_ctxt_queue()
287 if (__this_cpu_read(rcu_data.cpu_no_qs.b.norm)) { in rcu_qs()
291 __this_cpu_write(rcu_data.cpu_no_qs.b.norm, false); in rcu_qs()
355 if (rdp->cpu_no_qs.b.exp) in rcu_note_context_switch()
482 if (!special.s && !rdp->cpu_no_qs.b.exp) { in rcu_preempt_deferred_qs_irqrestore()
489 rdp->cpu_no_qs.b.norm = false; in rcu_preempt_deferred_qs_irqrestore()
503 if (rdp->cpu_no_qs.b.exp) in rcu_preempt_deferred_qs_irqrestore()
586 return (__this_cpu_read(rcu_data.cpu_no_qs.b.exp) || in rcu_preempt_need_deferred_qs()
740 __this_cpu_read(rcu_data.cpu_no_qs.b.norm) && in rcu_flavor_sched_clock_irq()
825 rdp->cpu_no_qs.b.norm = false; in rcu_read_unlock_strict()
849 if (!__this_cpu_read(rcu_data.cpu_no_qs.s)) in rcu_qs()
853 __this_cpu_write(rcu_data.cpu_no_qs.b.norm, false); in rcu_qs()
854 if (__this_cpu_read(rcu_data.cpu_no_qs.b.exp)) in rcu_qs()
944 if (rdp->cpu_no_qs.b.exp) in rcu_preempt_deferred_qs()