Lines Matching refs:nmask
1056 nodemask_t *nmask) in dequeue_huge_page_nodemask() argument
1068 for_each_zone_zonelist_nodemask(zone, z, zonelist, gfp_zone(gfp_mask), nmask) { in dequeue_huge_page_nodemask()
1609 gfp_t gfp_mask, int nid, nodemask_t *nmask, in alloc_buddy_huge_page() argument
1630 page = __alloc_pages_nodemask(gfp_mask, order, nid, nmask); in alloc_buddy_huge_page()
1660 gfp_t gfp_mask, int nid, nodemask_t *nmask, in alloc_fresh_huge_page() argument
1666 page = alloc_gigantic_page(h, gfp_mask, nid, nmask); in alloc_fresh_huge_page()
1669 nid, nmask, node_alloc_noretry); in alloc_fresh_huge_page()
1825 int nid, nodemask_t *nmask) in alloc_surplus_huge_page() argument
1837 page = alloc_fresh_huge_page(h, gfp_mask, nid, nmask, NULL); in alloc_surplus_huge_page()
1866 int nid, nodemask_t *nmask) in alloc_migrate_huge_page() argument
1873 page = alloc_fresh_huge_page(h, gfp_mask, nid, nmask, NULL); in alloc_migrate_huge_page()
1908 nodemask_t *nmask, gfp_t gfp_mask) in alloc_huge_page_nodemask() argument
1914 page = dequeue_huge_page_nodemask(h, gfp_mask, preferred_nid, nmask); in alloc_huge_page_nodemask()
1922 return alloc_migrate_huge_page(h, gfp_mask, preferred_nid, nmask); in alloc_huge_page_nodemask()