Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dhugetlb.c1449 * nodes_allowed previously, so h->next_node_to_{alloc|free} might
1450 * be outside of *nodes_allowed. Ensure that we use an allowed
1453 static int next_node_allowed(int nid, nodemask_t *nodes_allowed) in next_node_allowed() argument
1455 nid = next_node_in(nid, *nodes_allowed); in next_node_allowed()
1461 static int get_valid_node_allowed(int nid, nodemask_t *nodes_allowed) in get_valid_node_allowed() argument
1463 if (!node_isset(nid, *nodes_allowed)) in get_valid_node_allowed()
1464 nid = next_node_allowed(nid, nodes_allowed); in get_valid_node_allowed()
1475 nodemask_t *nodes_allowed) in hstate_next_node_to_alloc() argument
1479 VM_BUG_ON(!nodes_allowed); in hstate_next_node_to_alloc()
1481 nid = get_valid_node_allowed(h->next_nid_to_alloc, nodes_allowed); in hstate_next_node_to_alloc()
1493 hstate_next_node_to_free(struct hstate * h,nodemask_t * nodes_allowed) hstate_next_node_to_free() argument
2218 alloc_pool_huge_page(struct hstate * h,nodemask_t * nodes_allowed,nodemask_t * node_alloc_noretry) alloc_pool_huge_page() argument
2245 remove_pool_huge_page(struct hstate * h,nodemask_t * nodes_allowed,bool acct_surplus) remove_pool_huge_page() argument
3400 try_to_free_low(struct hstate * h,unsigned long count,nodemask_t * nodes_allowed) try_to_free_low() argument
3432 try_to_free_low(struct hstate * h,unsigned long count,nodemask_t * nodes_allowed) try_to_free_low() argument
3442 adjust_pool_surplus(struct hstate * h,nodemask_t * nodes_allowed,int delta) adjust_pool_surplus() argument
3472 set_max_huge_pages(struct hstate * h,unsigned long count,int nid,nodemask_t * nodes_allowed) set_max_huge_pages() argument
3686 demote_pool_huge_page(struct hstate * h,nodemask_t * nodes_allowed) demote_pool_huge_page() argument
3764 nodemask_t nodes_allowed, *n_mask; __nr_hugepages_store_common() local
3920 nodemask_t nodes_allowed, *n_mask; demote_store() local
[all...]
/openbmc/linux/Documentation/admin-guide/mm/
H A Dhugetlbpage.rst327 the task is running at the time the nodes_allowed mask is constructed.