Home
last modified time | relevance | path

Searched refs:mems_allowed (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/driver-api/cxl/allocation/
H A Dreclaim.rst24 cpusets.mems_allowed quirk
26 In Linux v6.15 and below, demotion does not respect :code:`cpusets.mems_allowed`
28 guarantee isolation of a container's memory from nodes not set in mems_allowed.
31 :code:`cpusets.mems_allowed`; however, certain classes of shared memory
33 libc) may still be demoted. As a result, the mems_allowed interface still
H A Dpage-allocator.rst47 in :code:`ZONE_NORMAL`), the :code:`cpusets.mems_allowed` may be used by
/linux/kernel/cgroup/
H A Dcpuset-v1.c260 nodes_empty(parent->mems_allowed)) in remove_tasks_in_empty_cpuset()
289 cs->mems_allowed = *new_mems; in cpuset1_hotplug_update_tasks()
299 if (mems_updated && !nodes_empty(cs->mems_allowed)) in cpuset1_hotplug_update_tasks()
303 nodes_empty(cs->mems_allowed); in cpuset1_hotplug_update_tasks()
337 nodes_subset(p->mems_allowed, q->mems_allowed) && in is_cpuset_subset()
375 if (!nodes_empty(cur->mems_allowed) && in cpuset1_validate_change()
376 nodes_empty(trial->mems_allowed)) in cpuset1_validate_change()
577 cs->mems_allowed = parent->mems_allowed; in cpuset1_online_css()
578 cs->effective_mems = parent->mems_allowed; in cpuset1_online_css()
H A Dcpuset-internal.h102 nodemask_t mems_allowed; member