Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h514 extern cpuset_t cpu_active_set; /* cached set of active CPUs */
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c114 cpuset_t cpu_active_set; /* cached set of active CPUs */ variable
1768 CPUSET_ADD(cpu_active_set, cp->cpu_id); in cpu_list_init()
1940 CPUSET_ADD(cpu_active_set, cp->cpu_id); in cpu_add_active_internal()
2011 CPUSET_DEL(cpu_active_set, cp->cpu_id); in cpu_remove_active()
/illumos-gate/usr/src/uts/intel/os/
H A Dhma.c331 cpuset_or(&set, &cpu_active_set); in hma_vmx_invept_allcpus()