Searched refs:rcu_urgent_qs (Results 1 – 5 of 5) sorted by relevance
841 if (!raw_cpu_read(rcu_data.rcu_urgent_qs)) in rcu_all_qs()845 if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { in rcu_all_qs()849 this_cpu_write(rcu_data.rcu_urgent_qs, false); in rcu_all_qs()868 if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) in rcu_note_context_switch()870 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
945 !READ_ONCE(rdp->rcu_urgent_qs) || in __rcu_irq_enter_check_tick()959 if (rdp->rcu_urgent_qs && !rdp->rcu_forced_tick) { in __rcu_irq_enter_check_tick()1086 WRITE_ONCE(rdp->rcu_urgent_qs, false); in rcu_disable_urgency_upon_qs()1131 smp_store_release(per_cpu_ptr(&rcu_data.rcu_urgent_qs, cpu), true); in rcu_request_urgent_qs_task()1277 ruqp = per_cpu_ptr(&rcu_data.rcu_urgent_qs, rdp->cpu); in rcu_implicit_dynticks_qs()2572 if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { in rcu_sched_clock_irq()2578 __this_cpu_write(rcu_data.rcu_urgent_qs, false); in rcu_sched_clock_irq()
729 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