Home
last modified time | relevance | path

Searched refs:nodes_allowed (Results 1 – 1 of 1) sorted by relevance

/mm/
Dhugetlb.c1184 static int next_node_allowed(int nid, nodemask_t *nodes_allowed) in next_node_allowed() argument
1186 nid = next_node_in(nid, *nodes_allowed); in next_node_allowed()
1192 static int get_valid_node_allowed(int nid, nodemask_t *nodes_allowed) in get_valid_node_allowed() argument
1194 if (!node_isset(nid, *nodes_allowed)) in get_valid_node_allowed()
1195 nid = next_node_allowed(nid, nodes_allowed); in get_valid_node_allowed()
1206 nodemask_t *nodes_allowed) in hstate_next_node_to_alloc() argument
1210 VM_BUG_ON(!nodes_allowed); in hstate_next_node_to_alloc()
1212 nid = get_valid_node_allowed(h->next_nid_to_alloc, nodes_allowed); in hstate_next_node_to_alloc()
1213 h->next_nid_to_alloc = next_node_allowed(nid, nodes_allowed); in hstate_next_node_to_alloc()
1224 static int hstate_next_node_to_free(struct hstate *h, nodemask_t *nodes_allowed) in hstate_next_node_to_free() argument
[all …]