Searched refs:rcu_urgent_qs (Results 1 – 5 of 5) sorted by relevance
839 if (!raw_cpu_read(rcu_data.rcu_urgent_qs)) in rcu_all_qs()843 if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { in rcu_all_qs()847 this_cpu_write(rcu_data.rcu_urgent_qs, false); in rcu_all_qs()866 if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) in rcu_note_context_switch()868 this_cpu_write(rcu_data.rcu_urgent_qs, false); in rcu_note_context_switch()
187 bool rcu_urgent_qs; /* GP old need light quiescent state. */ member
939 !READ_ONCE(rdp->rcu_urgent_qs) || in __rcu_irq_enter_check_tick()953 if (rdp->rcu_urgent_qs && !rdp->rcu_forced_tick) { in __rcu_irq_enter_check_tick()1081 WRITE_ONCE(rdp->rcu_urgent_qs, false); in rcu_disable_urgency_upon_qs()1123 smp_store_release(per_cpu_ptr(&rcu_data.rcu_urgent_qs, cpu), true); in rcu_request_urgent_qs_task()1269 ruqp = per_cpu_ptr(&rcu_data.rcu_urgent_qs, rdp->cpu); in rcu_implicit_dynticks_qs()2558 if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { in rcu_sched_clock_irq()2564 __this_cpu_write(rcu_data.rcu_urgent_qs, false); in rcu_sched_clock_irq()
727 smp_store_release(this_cpu_ptr(&rcu_data.rcu_urgent_qs), true); in rcu_exp_need_qs()
942 5 bool rcu_urgent_qs;985 Finally, the ``->rcu_urgent_qs`` field is used to record the fact that