Lines Matching refs:this_cpu_ptr
33 rdp == this_cpu_ptr(&rcu_data)) || in rcu_rdp_is_offloaded()
327 struct rcu_data *rdp = this_cpu_ptr(&rcu_data); in rcu_note_context_switch()
489 rdp = this_cpu_ptr(&rcu_data); in rcu_preempt_deferred_qs_irqrestore()
641 rdp = this_cpu_ptr(&rcu_data); in rcu_preempt_deferred_qs()
766 struct rcu_data *rdp = this_cpu_ptr(&rcu_data); in rcu_read_unlock_special()
954 rdp = this_cpu_ptr(&rcu_data); in rcu_read_unlock_strict()
985 rcu_report_exp_rdp(this_cpu_ptr(&rcu_data)); in rcu_qs()
1003 if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { in rcu_all_qs()
1007 WRITE_ONCE(*this_cpu_ptr(&rcu_data.rcu_urgent_qs), false); in rcu_all_qs()
1008 if (unlikely(READ_ONCE(*this_cpu_ptr(&rcu_data.rcu_need_heavy_qs)))) { in rcu_all_qs()
1026 if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) in rcu_note_context_switch()
1028 WRITE_ONCE(*this_cpu_ptr(&rcu_data.rcu_urgent_qs), false); in rcu_note_context_switch()
1029 if (unlikely(READ_ONCE(*this_cpu_ptr(&rcu_data.rcu_need_heavy_qs)))) in rcu_note_context_switch()
1072 struct rcu_data *rdp = this_cpu_ptr(&rcu_data); in rcu_preempt_deferred_qs()