Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset.c2682 * @new_mems: a temp variable for calculating new effective_mems
2691 static void update_nodemasks_hier(struct cpuset *cs, nodemask_t *new_mems) in update_nodemasks_hier() argument
2700 nodes_and(*new_mems, cp->mems_allowed, parent->effective_mems); in update_nodemasks_hier()
2706 if (is_in_v2_mode() && nodes_empty(*new_mems)) in update_nodemasks_hier()
2707 *new_mems = parent->effective_mems; in update_nodemasks_hier()
2710 if (nodes_equal(*new_mems, cp->effective_mems)) { in update_nodemasks_hier()
2720 cp->effective_mems = *new_mems; in update_nodemasks_hier()
3781 struct cpumask *new_cpus, nodemask_t *new_mems, in hotplug_update_tasks() argument
3787 if (nodes_empty(*new_mems)) in hotplug_update_tasks()
3788 *new_mems in hotplug_update_tasks()
3818 static nodemask_t new_mems; cpuset_hotplug_update_tasks() local
3927 static nodemask_t new_mems; cpuset_handle_hotplug() local
[all...]
H A Dcpuset-internal.h291 struct cpumask *new_cpus, nodemask_t *new_mems,
300 struct cpumask *new_cpus, nodemask_t *new_mems, in cpuset1_hotplug_update_tasks() argument
H A Dcpuset-v1.c288 struct cpumask *new_cpus, nodemask_t *new_mems, in cpuset1_hotplug_update_tasks() argument
296 cs->mems_allowed = *new_mems; in cpuset1_hotplug_update_tasks()
297 cs->effective_mems = *new_mems; in cpuset1_hotplug_update_tasks()