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

/linux-master/kernel/cgroup/
H A Dcpuset.c3276 bool cpus_updated, mems_updated; local
3292 mems_updated = !nodes_equal(cs->effective_mems, oldcs->effective_mems);
3305 (cpus_updated || mems_updated)) {
3404 bool cpus_updated, mems_updated; local
3413 mems_updated = !nodes_equal(cs->effective_mems, oldcs->effective_mems);
3422 !cpus_updated && !mems_updated) {
3439 if (!is_memory_migrate(cs) && !mems_updated)
4360 bool cpus_updated, bool mems_updated)
4377 if (mems_updated && !nodes_empty(cs->mems_allowed))
4398 bool cpus_updated, bool mems_updated)
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
4462 bool mems_updated; local
4581 bool cpus_updated, mems_updated; local
[all...]

Completed in 124 milliseconds