Searched refs:resuming_cpus (Results 1 – 3 of 3) sorted by relevance
123 volatile cpuset_t resuming_cpus; variable1618 CPU_SET_ATOMIC(cpu, &resuming_cpus); in cpususpend_handler()1645 CPU_SET_ATOMIC(cpu, &resuming_cpus); in cpususpend_handler()1694 CPU_CLR_ATOMIC(cpu, &resuming_cpus); in cpususpend_handler()
159 extern volatile cpuset_t resuming_cpus; /* woken up cpus in suspend pen */
363 cpus = &resuming_cpus; in generic_restart_cpus()