Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/cgroup/
Dcpuset.c398 pmask3 = &cs->effective_xcpus; in alloc_cpumasks()
441 free_cpumask_var(cs->effective_xcpus); in free_cpumasks()
470 cpumask_copy(trial->effective_xcpus, cs->effective_xcpus); in alloc_trial_cpuset()
1197 cpumask_clear(cs->effective_xcpus); in reset_partition_data()
1323 xcpus = cs->effective_xcpus; in compute_effective_exclusive_cpumask()
1325 return cpumask_and(xcpus, user_xcpus(cs), parent->effective_xcpus); in compute_effective_exclusive_cpumask()
1441 WARN_ON_ONCE(!cpumask_subset(cs->effective_xcpus, subpartitions_cpus)); in remote_cpus_update()
1446 adding = cpumask_andnot(tmp->addmask, newmask, cs->effective_xcpus); in remote_cpus_update()
1447 deleting = cpumask_andnot(tmp->delmask, cs->effective_xcpus, newmask); in remote_cpus_update()
1497 if (!cpumask_andnot(delmask, cs->effective_xcpus, newmask) || in remote_partition_check()
[all …]
Dcpuset-internal.h119 cpumask_var_t effective_xcpus; member