Searched refs:nodes_allowed (Results 1 – 2 of 2) sorted by relevance
690 static int next_node_allowed(int nid, nodemask_t *nodes_allowed) in next_node_allowed() argument692 nid = next_node(nid, *nodes_allowed); in next_node_allowed()694 nid = first_node(*nodes_allowed); in next_node_allowed()700 static int get_valid_node_allowed(int nid, nodemask_t *nodes_allowed) in get_valid_node_allowed() argument702 if (!node_isset(nid, *nodes_allowed)) in get_valid_node_allowed()703 nid = next_node_allowed(nid, nodes_allowed); in get_valid_node_allowed()714 nodemask_t *nodes_allowed) in hstate_next_node_to_alloc() argument718 VM_BUG_ON(!nodes_allowed); in hstate_next_node_to_alloc()720 nid = get_valid_node_allowed(h->next_nid_to_alloc, nodes_allowed); in hstate_next_node_to_alloc()721 h->next_nid_to_alloc = next_node_allowed(nid, nodes_allowed); in hstate_next_node_to_alloc()[all …]
209 the task is running at the time the nodes_allowed mask is constructed.