Searched refs:toresume_cpus (Results 1 – 3 of 3) sorted by relevance
163 extern volatile cpuset_t toresume_cpus; /* cpus to let out of suspend pen */
124 volatile cpuset_t toresume_cpus; variable1670 while (!CPU_ISSET(cpu, &toresume_cpus)) in cpususpend_handler()1696 CPU_CLR_ATOMIC(cpu, &toresume_cpus); in cpususpend_handler()
369 CPU_COPY_STORE_REL(&map, &toresume_cpus); in generic_restart_cpus()