Home
last modified time | relevance | path

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

/linux-2.6.39/mm/
Dhugetlb.c626 static int next_node_allowed(int nid, nodemask_t *nodes_allowed) in next_node_allowed() argument
628 nid = next_node(nid, *nodes_allowed); in next_node_allowed()
630 nid = first_node(*nodes_allowed); in next_node_allowed()
636 static int get_valid_node_allowed(int nid, nodemask_t *nodes_allowed) in get_valid_node_allowed() argument
638 if (!node_isset(nid, *nodes_allowed)) in get_valid_node_allowed()
639 nid = next_node_allowed(nid, nodes_allowed); in get_valid_node_allowed()
650 nodemask_t *nodes_allowed) in hstate_next_node_to_alloc() argument
654 VM_BUG_ON(!nodes_allowed); in hstate_next_node_to_alloc()
656 nid = get_valid_node_allowed(h->next_nid_to_alloc, nodes_allowed); in hstate_next_node_to_alloc()
657 h->next_nid_to_alloc = next_node_allowed(nid, nodes_allowed); in hstate_next_node_to_alloc()
[all …]
/linux-2.6.39/Documentation/vm/
Dhugetlbpage.txt208 the task is running at the time the nodes_allowed mask is constructed.