Searched refs:stopping_cpu (Results 1 – 1 of 1) sorted by relevance
116 static atomic_t stopping_cpu = ATOMIC_INIT(-1); variable122 if (raw_smp_processor_id() == atomic_read(&stopping_cpu)) in smp_stop_nmi_callback()171 if (atomic_cmpxchg(&stopping_cpu, -1, safe_smp_processor_id()) != -1) in native_stop_other_cpus()