Searched refs:rcu_urgent_qs (Results 1 – 4 of 4) sorted by relevance
821 if (!raw_cpu_read(rcu_data.rcu_urgent_qs)) in rcu_all_qs()825 if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { in rcu_all_qs()829 this_cpu_write(rcu_data.rcu_urgent_qs, false); in rcu_all_qs()848 if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) in rcu_note_context_switch()850 this_cpu_write(rcu_data.rcu_urgent_qs, false); in rcu_note_context_switch()
183 bool rcu_urgent_qs; /* GP old need light quiescent state. */ member
922 smp_store_release(per_cpu_ptr(&rcu_data.rcu_urgent_qs, cpu), true); in rcu_request_urgent_qs_task()1053 ruqp = per_cpu_ptr(&rcu_data.rcu_urgent_qs, rdp->cpu); in rcu_implicit_dynticks_qs()2235 if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { in rcu_sched_clock_irq()2241 __this_cpu_write(rcu_data.rcu_urgent_qs, false); in rcu_sched_clock_irq()
706 smp_store_release(this_cpu_ptr(&rcu_data.rcu_urgent_qs), true); in rcu_exp_need_qs()