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

/freebsd-13-stable/sys/kern/
H A Dsubr_smp.c240 static volatile u_int stopping_cpu = NOCPU; local
272 if (stopping_cpu != PCPU_GET(cpuid))
273 while (atomic_cmpset_int(&stopping_cpu, NOCPU,
275 while (stopping_cpu != NOCPU)
307 stopping_cpu = NOCPU;

Completed in 66 milliseconds