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

/linux-master/kernel/cgroup/
H A Dcpuset.c133 * When the cgroup becomes a valid partition root, effective_xcpus
135 * partition root comes solely from its effective_xcpus and some of the
136 * effective_xcpus may be distributed to sub-partitions below & hence
139 cpumask_var_t effective_xcpus; member in struct:cpuset
634 pmask3 = &cs->effective_xcpus;
677 free_cpumask_var(cs->effective_xcpus);
706 cpumask_copy(trial->effective_xcpus, cs->effective_xcpus);
724 cpumask_empty(cs->effective_xcpus) ? cs->cpus_allowed
725 : cs->effective_xcpus;
[all...]

Completed in 121 milliseconds