Home
last modified time | relevance | path

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

/linux-6.15/kernel/cgroup/
H A Dcpuset.c414 pmask3 = &cs->effective_xcpus; in alloc_cpumasks()
486 cpumask_copy(trial->effective_xcpus, cs->effective_xcpus); in alloc_trial_cpuset()
1374 xcpus = cs->effective_xcpus; in compute_effective_exclusive_cpumask()
1772 parent->effective_xcpus); in update_parent_effective_cpumask()
1979 cs->effective_xcpus)) in compute_partition_effective_cpumask()
2000 child->effective_xcpus); in compute_partition_effective_cpumask()
2152 cpumask_and(cp->effective_xcpus, in update_cpumasks_hier()
2327 force = !cpumask_equal(cs->effective_xcpus, trialcs->effective_xcpus); in update_cpumask()
2383 cpumask_copy(cs->effective_xcpus, trialcs->effective_xcpus); in update_cpumask()
2444 force = !cpumask_equal(cs->effective_xcpus, trialcs->effective_xcpus); in update_exclusive_cpumask()
[all …]
H A Dcpuset-internal.h120 cpumask_var_t effective_xcpus; member