Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsmp.h163 extern volatile cpuset_t toresume_cpus; /* cpus to let out of suspend pen */
/freebsd/sys/x86/x86/
H A Dmp_x86.c124 volatile cpuset_t toresume_cpus; variable
1670 while (!CPU_ISSET(cpu, &toresume_cpus)) in cpususpend_handler()
1696 CPU_CLR_ATOMIC(cpu, &toresume_cpus); in cpususpend_handler()
/freebsd/sys/kern/
H A Dsubr_smp.c369 CPU_COPY_STORE_REL(&map, &toresume_cpus); in generic_restart_cpus()