Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhugetlb.h303 int next_nid_to_alloc; member
/linux-4.4.14/mm/
Dhugetlb.c969 nid = get_valid_node_allowed(h->next_nid_to_alloc, nodes_allowed); in hstate_next_node_to_alloc()
970 h->next_nid_to_alloc = next_node_allowed(nid, nodes_allowed); in hstate_next_node_to_alloc()
2715 h->next_nid_to_alloc = first_node(node_states[N_MEMORY]); in hugetlb_add_hstate()