Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset.c80 static cpumask_var_t boot_hk_cpus; variable
1562 if ((prstate != PRS_ISOLATED) && !cpumask_subset(new_cpus, boot_hk_cpus)) in prstate_housekeeping_conflict()
3681 BUG_ON(!alloc_cpumask_var(&boot_hk_cpus, GFP_KERNEL)); in cpuset_init()
3682 cpumask_copy(boot_hk_cpus, housekeeping_cpumask(HK_TYPE_DOMAIN)); in cpuset_init()
3683 cpumask_andnot(isolated_cpus, cpu_possible_mask, boot_hk_cpus); in cpuset_init()