Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsmp.h158 extern volatile cpuset_t resuming_cpus; /* woken up cpus in suspend pen */
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c124 volatile cpuset_t resuming_cpus; variable
1569 CPU_SET_ATOMIC(cpu, &resuming_cpus); in cpususpend_handler()
1618 CPU_CLR_ATOMIC(cpu, &resuming_cpus); in cpususpend_handler()
/f-stack/freebsd/kern/
H A Dsubr_smp.c365 cpus = &resuming_cpus; in generic_restart_cpus()