Lines Matching defs:mask
98 * and if it ends up empty, it will inherit the parent's mask.
580 * If we replaced the flag and mask values of the current cpuset
1090 * @cs: the cpuset in which each task's cpus_allowed mask needs to be changed
1110 * @new_cpus: the temp variable for the new effective_cpus mask
1111 * @cs: the cpuset the need to recompute the new effective_cpus mask
1115 * allowable CPUs in computing the new effective_cpus mask. Since offlined
1117 * to mask those out.
1140 * update_parent_subparts_cpumask - update subparts_cpus mask of parent cpuset
1148 * root to a partition root. The cpus_allowed mask of the given cpuset will
1371 * If it becomes empty, inherit the effective mask of the
1538 * update_cpumask - update the cpus_allowed mask of a cpuset and all tasks in it
1555 * Since cpulist_parse() fails on an empty mask, we special case
1710 * @cs: the cpuset in which each task's mems_allowed mask needs to be changed
1793 * If it becomes empty, inherit the effective mask of the
1853 * Since nodelist_parse() fails on an empty mask, we special case
3383 * cpuset_cpus_allowed - return cpus_allowed mask from a tasks cpuset.
3442 * set any mask even if it is not right from task_cs() pov,
3456 * cpuset_mems_allowed - return mems_allowed mask from a tasks cpuset.
3467 nodemask_t mask;
3472 guarantee_online_mems(task_cs(tsk), &mask);
3476 return mask;