Searched refs:nodes_allowed (Results 1 – 2 of 2) sorted by relevance
1452 static int next_node_allowed(int nid, nodemask_t *nodes_allowed) in next_node_allowed() argument1454 nid = next_node_in(nid, *nodes_allowed); in next_node_allowed()1460 static int get_valid_node_allowed(int nid, nodemask_t *nodes_allowed) in get_valid_node_allowed() argument1462 if (!node_isset(nid, *nodes_allowed)) in get_valid_node_allowed()1463 nid = next_node_allowed(nid, nodes_allowed); in get_valid_node_allowed()1474 nodemask_t *nodes_allowed) in hstate_next_node_to_alloc() argument1478 VM_BUG_ON(!nodes_allowed); in hstate_next_node_to_alloc()1480 nid = get_valid_node_allowed(*next_node, nodes_allowed); in hstate_next_node_to_alloc()1481 *next_node = next_node_allowed(nid, nodes_allowed); in hstate_next_node_to_alloc()1492 static int hstate_next_node_to_free(struct hstate *h, nodemask_t *nodes_allowed) in hstate_next_node_to_free() argument[all …]
327 the task is running at the time the nodes_allowed mask is constructed.