Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmp_x86.c123 volatile cpuset_t resuming_cpus; variable
1618 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()
/freebsd/sys/sys/
H A Dsmp.h159 extern volatile cpuset_t resuming_cpus; /* woken up cpus in suspend pen */
/freebsd/sys/kern/
H A Dsubr_smp.c363 cpus = &resuming_cpus; in generic_restart_cpus()