Home
last modified time | relevance | path

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

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