Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dhugetlb.c974 static int next_node_allowed(int nid, nodemask_t *nodes_allowed) in next_node_allowed() argument
976 nid = next_node_in(nid, *nodes_allowed); in next_node_allowed()
982 static int get_valid_node_allowed(int nid, nodemask_t *nodes_allowed) in get_valid_node_allowed() argument
984 if (!node_isset(nid, *nodes_allowed)) in get_valid_node_allowed()
985 nid = next_node_allowed(nid, nodes_allowed); in get_valid_node_allowed()
996 nodemask_t *nodes_allowed) in hstate_next_node_to_alloc() argument
1000 VM_BUG_ON(!nodes_allowed); in hstate_next_node_to_alloc()
1002 nid = get_valid_node_allowed(h->next_nid_to_alloc, nodes_allowed); in hstate_next_node_to_alloc()
1003 h->next_nid_to_alloc = next_node_allowed(nid, nodes_allowed); in hstate_next_node_to_alloc()
1014 static int hstate_next_node_to_free(struct hstate *h, nodemask_t *nodes_allowed) in hstate_next_node_to_free() argument
[all …]
/Linux-v4.19/Documentation/admin-guide/mm/
Dhugetlbpage.rst236 the task is running at the time the nodes_allowed mask is constructed.