Lines Matching defs:allowed
420 * Note that a remote partition is not allowed underneath a valid local
975 * 'cpus' changes, or if the 'cpus' allowed changes in any cpuset
1510 * above it or remote partition root underneath it is not allowed.
1610 * Additions of remote CPUs is only allowed if those CPUs are
1758 * Enabling partition root is not allowed if its
1801 * Empty cpumask is not allowed
2137 * A partition with no effective_cpus is allowed as long as
2921 * Switching back to member is always allowed even if it
3010 /* Check to see if task is allowed in the cpuset */
3026 * brings the last online CPU offline as users are not allowed to empty
3571 * additional checks are done to see if the move is allowed.
3589 /* Check to see if task is allowed in the cpuset */
3720 /* A partition root is allowed to have empty effective cpus */
4030 * offline cpus in the allowed cpu list.
4083 * Description: In the case that the scheduler cannot find an allowed cpu in
4158 * Are any of the nodes in the nodemask allowed in current->mems_allowed?
4180 * @node: is this an allowed node?
4204 * so no allocation on a node outside the cpuset is allowed (unless
4219 * GFP_USER - only nodes in current tasks mems allowed ok.
4224 bool allowed; /* is allocation in zone z allowed? */
4249 allowed = node_isset(node, cs->mems_allowed);
4252 return allowed;