Searched refs:mems_allowed (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/cgroup/ |
H A D | cpuset.c | 118 nodemask_t mems_allowed; member 585 nodes_subset(p->mems_allowed, q->mems_allowed) && in is_cpuset_subset() 758 if (!nodes_empty(cur->mems_allowed) && in validate_change() 759 nodes_empty(trial->mems_allowed)) in validate_change() 785 nodes_intersects(trial->mems_allowed, c->mems_allowed)) in validate_change() 2026 nodes_or(tsk->mems_allowed, tsk->mems_allowed, *newmems); in cpuset_change_task_nodemask() 2028 tsk->mems_allowed = *newmems; in cpuset_change_task_nodemask() 2079 mpol_rebind_mm(mm, &cs->mems_allowed); in update_tasks_nodemask() 2118 nodes_and(*new_mems, cp->mems_allowed, parent->effective_mems); in update_nodemasks_hier() 2142 !nodes_equal(cp->mems_allowed, cp->effective_mems)); in update_nodemasks_hier() [all …]
|
/openbmc/linux/include/linux/ |
H A D | cpuset.h | 81 #define cpuset_current_mems_allowed (current->mems_allowed) 170 current->mems_allowed = nodemask; in set_mems_allowed()
|
H A D | sched.h | 1137 /* Protection against (de-)allocation: mm, files, fs, tty, keyrings, mems_allowed, mempolicy: */ 1223 nodemask_t mems_allowed; member
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cpusets.rst | 63 node that is not allowed in the requesting task's mems_allowed vector. 162 and mems_allowed (on which Memory Nodes it may obtain memory), 376 node in the current task's mems_allowed to prefer for the allocation.
|