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

/linux-master/kernel/cgroup/
H A Dcpuset.c243 cpumask_var_t new_cpus; /* For update_cpumasks_hier() */ member in struct:tmpmasks
637 pmask1 = &tmp->new_cpus;
681 free_cpumask_var(tmp->new_cpus);
1275 * @new_cpus: the temp variable for the new effective_cpus mask
1283 static void update_tasks_cpumask(struct cpuset *cs, struct cpumask *new_cpus) argument
1299 cpumask_andnot(new_cpus, possible_mask, subpartitions_cpus);
1301 cpumask_and(new_cpus, possible_mask, cs->effective_cpus);
1303 set_cpus_allowed_ptr(task, new_cpus);
1310 * @new_cpus: the temp variable for the new effective_cpus mask
1316 static void compute_effective_cpumask(struct cpumask *new_cpus, argument
1763 prstate_housekeeping_conflict(int prstate, struct cpumask *new_cpus) argument
4358 hotplug_update_tasks_legacy(struct cpuset *cs, struct cpumask *new_cpus, nodemask_t *new_mems, bool cpus_updated, bool mems_updated) argument
4396 hotplug_update_tasks(struct cpuset *cs, struct cpumask *new_cpus, nodemask_t *new_mems, bool cpus_updated, bool mems_updated) argument
4459 static cpumask_t new_cpus; local
4579 static cpumask_t new_cpus; local
[all...]

Completed in 136 milliseconds