Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dsmp.c118 static atomic_t stopping_cpu = ATOMIC_INIT(-1); variable
124 if (raw_smp_processor_id() == atomic_read(&stopping_cpu)) in smp_stop_nmi_callback()
160 if (!atomic_try_cmpxchg(&stopping_cpu, &old_cpu, this_cpu)) in native_stop_other_cpus()