Lines Matching refs:alloc_gfp
5308 struct alloc_context *ac, gfp_t *alloc_gfp, in prepare_alloc_pages() argument
5317 *alloc_gfp |= __GFP_HARDWALL; in prepare_alloc_pages()
5382 gfp_t alloc_gfp; in __alloc_pages_bulk() local
5423 alloc_gfp = gfp; in __alloc_pages_bulk()
5424 if (!prepare_alloc_pages(gfp, 0, preferred_nid, nodemask, &ac, &alloc_gfp, &alloc_flags)) in __alloc_pages_bulk()
5426 gfp = alloc_gfp; in __alloc_pages_bulk()
5527 gfp_t alloc_gfp; /* The gfp_t that was actually used for allocation */ in __alloc_pages() local
5546 alloc_gfp = gfp; in __alloc_pages()
5548 &alloc_gfp, &alloc_flags)) in __alloc_pages()
5558 page = get_page_from_freelist(alloc_gfp, order, alloc_flags, &ac); in __alloc_pages()
5562 alloc_gfp = gfp; in __alloc_pages()
5571 page = __alloc_pages_slowpath(alloc_gfp, order, &ac); in __alloc_pages()
5580 trace_mm_page_alloc(page, order, alloc_gfp, ac.migratetype); in __alloc_pages()
5581 kmsan_alloc_page(page, order, alloc_gfp); in __alloc_pages()