Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset.c409 pmask3 = &cs->effective_xcpus; in alloc_cpumasks()
452 free_cpumask_var(cs->effective_xcpus); in free_cpumasks()
481 cpumask_copy(trial->effective_xcpus, cs->effective_xcpus); in alloc_trial_cpuset()
1229 cpumask_clear(cs->effective_xcpus); in reset_partition_data()
1355 xcpus = cs->effective_xcpus; in compute_effective_exclusive_cpumask()
1357 return cpumask_and(xcpus, user_xcpus(cs), parent->effective_xcpus); in compute_effective_exclusive_cpumask()
1473 WARN_ON_ONCE(!cpumask_subset(cs->effective_xcpus, subpartitions_cpus)); in remote_cpus_update()
1478 adding = cpumask_andnot(tmp->addmask, newmask, cs->effective_xcpus); in remote_cpus_update()
1479 deleting = cpumask_andnot(tmp->delmask, cs->effective_xcpus, newmask); in remote_cpus_update()
1529 if (!cpumask_andnot(delmask, cs->effective_xcpus, newmask) || in remote_partition_check()
[all …]
H A Dcpuset-internal.h119 cpumask_var_t effective_xcpus; member