Searched refs:node_alloc_noretry (Results 1 - 1 of 1) sorted by last modified time

/linux-master/mm/
H A Dhugetlb.c2184 nodemask_t *node_alloc_noretry)
2196 * node_alloc_noretry bitmap to manage this state information.
2198 if (node_alloc_noretry && node_isset(nid, *node_alloc_noretry))
2225 if (node_alloc_noretry && page && !alloc_try_hard)
2226 node_clear(nid, *node_alloc_noretry);
2233 if (node_alloc_noretry && !page && alloc_try_hard)
2234 node_set(nid, *node_alloc_noretry);
2247 nodemask_t *node_alloc_noretry)
2257 nid, nmask, node_alloc_noretry);
2182 alloc_buddy_hugetlb_folio(struct hstate *h, gfp_t gfp_mask, int nid, nodemask_t *nmask, nodemask_t *node_alloc_noretry) argument
2245 __alloc_fresh_hugetlb_folio(struct hstate *h, gfp_t gfp_mask, int nid, nodemask_t *nmask, nodemask_t *node_alloc_noretry) argument
2279 only_alloc_fresh_hugetlb_folio(struct hstate *h, gfp_t gfp_mask, int nid, nodemask_t *nmask, nodemask_t *node_alloc_noretry) argument
2299 alloc_fresh_hugetlb_folio(struct hstate *h, gfp_t gfp_mask, int nid, nodemask_t *nmask, nodemask_t *node_alloc_noretry) argument
2336 alloc_pool_huge_folio(struct hstate *h, nodemask_t *nodes_allowed, nodemask_t *node_alloc_noretry, int *next_node) argument
3530 nodemask_t node_alloc_noretry; local
[all...]

Completed in 254 milliseconds