Home
last modified time | relevance | path

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

/linux-6.15/kernel/cgroup/
H A Dcpuset.c86 static cpumask_var_t boot_hk_cpus; variable
1597 if ((prstate != PRS_ISOLATED) && !cpumask_subset(new_cpus, boot_hk_cpus)) in prstate_housekeeping_conflict()
3735 BUG_ON(!alloc_cpumask_var(&boot_hk_cpus, GFP_KERNEL)); in cpuset_init()
3736 cpumask_copy(boot_hk_cpus, housekeeping_cpumask(HK_TYPE_DOMAIN)); in cpuset_init()
3737 cpumask_andnot(isolated_cpus, cpu_possible_mask, boot_hk_cpus); in cpuset_init()