Searched refs:new_cpus (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/kernel/cgroup/ |
D | cpuset.c | 896 static void update_cpumasks_hier(struct cpuset *cs, struct cpumask *new_cpus) in update_cpumasks_hier() argument 906 cpumask_and(new_cpus, cp->cpus_allowed, parent->effective_cpus); in update_cpumasks_hier() 912 if (is_in_v2_mode() && cpumask_empty(new_cpus)) in update_cpumasks_hier() 913 cpumask_copy(new_cpus, parent->effective_cpus); in update_cpumasks_hier() 916 if (cpumask_equal(new_cpus, cp->effective_cpus)) { in update_cpumasks_hier() 926 cpumask_copy(cp->effective_cpus, new_cpus); in update_cpumasks_hier() 2172 struct cpumask *new_cpus, nodemask_t *new_mems, in hotplug_update_tasks_legacy() argument 2178 cpumask_copy(cs->cpus_allowed, new_cpus); in hotplug_update_tasks_legacy() 2179 cpumask_copy(cs->effective_cpus, new_cpus); in hotplug_update_tasks_legacy() 2211 struct cpumask *new_cpus, nodemask_t *new_mems, in hotplug_update_tasks() argument [all …]
|