Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset.c2006 * @new_ecpus: previously computed effective_cpus to be updated
2020 struct cpumask *new_ecpus) in compute_partition_effective_cpumask()
2034 compute_excpus(cs, new_ecpus); in compute_partition_effective_cpumask()
2035 cpumask_and(new_ecpus, new_ecpus, cpu_active_mask); in compute_partition_effective_cpumask()
2052 cpumask_subset(new_ecpus, child->effective_xcpus)) in compute_partition_effective_cpumask()
2067 cpumask_andnot(new_ecpus, new_ecpus, in compute_partition_effective_cpumask()
2019 compute_partition_effective_cpumask(struct cpuset * cs,struct cpumask * new_ecpus) compute_partition_effective_cpumask() argument