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

/linux-master/kernel/cgroup/
H A Dcpuset.c121 nodemask_t mems_allowed; member in struct:cpuset
149 * - top_cpuset.old_mems_allowed is initialized to mems_allowed.
153 * cpuset.mems_allowed and have tasks' nodemask updated, and
154 * then old_mems_allowed is updated to mems_allowed.
162 * zeroing cpus/mems_allowed between ->can_attach() and ->attach().
424 * Now, the task_struct fields mems_allowed and mempolicy may be changed
563 * Return in *pmask the portion of a cpusets's mems_allowed that
614 nodes_subset(p->mems_allowed, q->mems_allowed) &&
786 * perhaps one or more of the fields cpus_allowed, mems_allowed,
[all...]
/linux-master/include/linux/
H A Dcpuset.h26 * read_mems_allowed_retry() to get a consistent view of mems_allowed, we need
30 * comparing the latest value of the mems_allowed seqcount against 0 as
33 * looking at real value of mems_allowed.sequence in retry() first).
82 #define cpuset_current_mems_allowed (current->mems_allowed)
132 * mems_allowed such as during page allocation. mems_allowed can be updated in
148 * update of mems_allowed. It is up to the caller to retry the operation if
166 current->mems_allowed = nodemask;
H A Dsched.h1140 /* Protection against (de-)allocation: mm, files, fs, tty, keyrings, mems_allowed, mempolicy: */
1226 nodemask_t mems_allowed; member in struct:task_struct

Completed in 126 milliseconds