Home
last modified time | relevance | path

Searched refs:stopping_cpu (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/x86/kernel/
Dsmp.c116 static atomic_t stopping_cpu = ATOMIC_INIT(-1); variable
122 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()