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

/freebsd-10.1-release/sys/kern/
H A Dsubr_smp.c209 static volatile u_int stopping_cpu = NOCPU; local
239 if (stopping_cpu != PCPU_GET(cpuid))
240 while (atomic_cmpset_int(&stopping_cpu, NOCPU,
242 while (stopping_cpu != NOCPU)
271 stopping_cpu = NOCPU;

Completed in 100 milliseconds