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

/linux-master/mm/
H A Dhugetlb.c1443 * nodes_allowed previously, so h->next_node_to_{alloc|free} might
1444 * be outside of *nodes_allowed. Ensure that we use an allowed
1447 static int next_node_allowed(int nid, nodemask_t *nodes_allowed) argument
1449 nid = next_node_in(nid, *nodes_allowed);
1455 static int get_valid_node_allowed(int nid, nodemask_t *nodes_allowed) argument
1457 if (!node_isset(nid, *nodes_allowed))
1458 nid = next_node_allowed(nid, nodes_allowed);
1469 nodemask_t *nodes_allowed)
1473 VM_BUG_ON(!nodes_allowed);
1475 nid = get_valid_node_allowed(*next_node, nodes_allowed);
1468 hstate_next_node_to_alloc(int *next_node, nodemask_t *nodes_allowed) argument
1487 hstate_next_node_to_free(struct hstate *h, nodemask_t *nodes_allowed) argument
2352 alloc_pool_huge_folio(struct hstate *h, nodemask_t *nodes_allowed, nodemask_t *node_alloc_noretry, int *next_node) argument
2379 remove_pool_hugetlb_folio(struct hstate *h, nodemask_t *nodes_allowed, bool acct_surplus) argument
3705 try_to_free_low(struct hstate *h, unsigned long count, nodemask_t *nodes_allowed) argument
3737 try_to_free_low(struct hstate *h, unsigned long count, nodemask_t *nodes_allowed) argument
3748 adjust_pool_surplus(struct hstate *h, nodemask_t *nodes_allowed, int delta) argument
3777 set_max_huge_pages(struct hstate *h, unsigned long count, int nid, nodemask_t *nodes_allowed) argument
4100 nodemask_t nodes_allowed, *n_mask; local
4256 nodemask_t nodes_allowed, *n_mask; local
[all...]

Completed in 152 milliseconds