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

/linux-master/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))
160 if (!atomic_try_cmpxchg(&stopping_cpu, &old_cpu, this_cpu))

Completed in 118 milliseconds