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

/freebsd-10.2-release/sys/sparc64/sparc64/
H A Dmp_machdep.c124 static volatile cpuset_t shutdown_cpus; variable
486 shutdown_cpus = all_cpus;
487 CPU_CLR(PCPU_GET(cpuid), &shutdown_cpus); local
488 cpus = shutdown_cpus;
498 while (!CPU_EMPTY(&shutdown_cpus)) {
524 if (CPU_ISSET(cpuid, &shutdown_cpus)) {
525 CPU_CLR_ATOMIC(cpuid, &shutdown_cpus);

Completed in 34 milliseconds