Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/cgroup/
Dcpuset.c80 static cpumask_var_t boot_hk_cpus; variable
1533 if ((prstate != PRS_ISOLATED) && !cpumask_subset(new_cpus, boot_hk_cpus)) in prstate_housekeeping_conflict()
3662 BUG_ON(!alloc_cpumask_var(&boot_hk_cpus, GFP_KERNEL)); in cpuset_init()
3663 cpumask_copy(boot_hk_cpus, housekeeping_cpumask(HK_TYPE_DOMAIN)); in cpuset_init()
3664 cpumask_andnot(isolated_cpus, cpu_possible_mask, boot_hk_cpus); in cpuset_init()