Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcpuset.c109 nodemask_t mems_allowed; member
128 * - top_cpuset.old_mems_allowed is initialized to mems_allowed.
132 * cpuset.mems_allowed and have tasks' nodemask updated, and
133 * then old_mems_allowed is updated to mems_allowed.
141 * zeroing cpus/mems_allowed between ->can_attach() and ->attach().
322 * Now, the task_struct fields mems_allowed and mempolicy may be changed
416 * Return in *pmask the portion of a cpusets's mems_allowed that
464 return cpumask_subset(p->cpus_requested, q->cpus_requested) && nodes_subset(p->mems_allowed, q->mems_allowed) && in is_cpuset_subset()
590 * perhaps one or more of the fields cpus_allowed, mems_allowed,
[all...]
/device/soc/rockchip/common/sdk_linux/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).
64 #define cpuset_current_mems_allowed (current->mems_allowed)
125 * mems_allowed such as during page allocation. mems_allowed can be updated in
142 * update of mems_allowed. It is up to the caller to retry the operation if
161 current->mems_allowed = nodemask; in set_mems_allowed()
H A Dsched.h1126 /* Protection against (de-)allocation: mm, files, fs, tty, keyrings, mems_allowed, mempolicy: */
1213 nodemask_t mems_allowed; member

Completed in 8 milliseconds