Searched refs:new_cpus (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/kernel/ |
D | cpuset.c | 866 static void update_cpumasks_hier(struct cpuset *cs, struct cpumask *new_cpus) in update_cpumasks_hier() argument 876 cpumask_and(new_cpus, cp->cpus_allowed, parent->effective_cpus); in update_cpumasks_hier() 882 if (cgroup_on_dfl(cp->css.cgroup) && cpumask_empty(new_cpus)) in update_cpumasks_hier() 883 cpumask_copy(new_cpus, parent->effective_cpus); in update_cpumasks_hier() 886 if (cpumask_equal(new_cpus, cp->effective_cpus)) { in update_cpumasks_hier() 896 cpumask_copy(cp->effective_cpus, new_cpus); in update_cpumasks_hier() 2121 struct cpumask *new_cpus, nodemask_t *new_mems, in hotplug_update_tasks_legacy() argument 2127 cpumask_copy(cs->cpus_allowed, new_cpus); in hotplug_update_tasks_legacy() 2128 cpumask_copy(cs->effective_cpus, new_cpus); in hotplug_update_tasks_legacy() 2160 struct cpumask *new_cpus, nodemask_t *new_mems, in hotplug_update_tasks() argument [all …]
|