Searched refs:resuming_cpus (Results 1 – 3 of 3) sorted by relevance
158 extern volatile cpuset_t resuming_cpus; /* woken up cpus in suspend pen */
124 volatile cpuset_t resuming_cpus; variable1569 CPU_SET_ATOMIC(cpu, &resuming_cpus); in cpususpend_handler()1618 CPU_CLR_ATOMIC(cpu, &resuming_cpus); in cpususpend_handler()
365 cpus = &resuming_cpus; in generic_restart_cpus()