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

/linux-master/kernel/cgroup/
H A Dcpuset.c124 cpumask_var_t effective_cpus; member in struct:cpuset
134 * defaults to cpus_allowed if not set. The effective_cpus of a valid
137 * excluded from its effective_cpus.
180 * use_parent_ecpus - set if using parent's effective_cpus
543 while (!cpumask_intersects(cs->effective_cpus, pmask)) {
550 * cpuset's effective_cpus is on its way to be
556 cpumask_and(pmask, pmask, cs->effective_cpus);
633 pmask2 = &cs->effective_cpus;
676 free_cpumask_var(cs->effective_cpus);
705 cpumask_copy(trial->effective_cpus, c
[all...]

Completed in 119 milliseconds