Lines Matching refs:alloc_gfp
4177 struct alloc_context *ac, gfp_t *alloc_gfp, in prepare_alloc_pages() argument
4186 *alloc_gfp |= __GFP_HARDWALL; in prepare_alloc_pages()
4250 gfp_t alloc_gfp; in __alloc_pages_bulk() local
4291 alloc_gfp = gfp; in __alloc_pages_bulk()
4292 if (!prepare_alloc_pages(gfp, 0, preferred_nid, nodemask, &ac, &alloc_gfp, &alloc_flags)) in __alloc_pages_bulk()
4294 gfp = alloc_gfp; in __alloc_pages_bulk()
4395 gfp_t alloc_gfp; /* The gfp_t that was actually used for allocation */ in __alloc_pages() local
4414 alloc_gfp = gfp; in __alloc_pages()
4416 &alloc_gfp, &alloc_flags)) in __alloc_pages()
4426 page = get_page_from_freelist(alloc_gfp, order, alloc_flags, &ac); in __alloc_pages()
4430 alloc_gfp = gfp; in __alloc_pages()
4439 page = __alloc_pages_slowpath(alloc_gfp, order, &ac); in __alloc_pages()
4448 trace_mm_page_alloc(page, order, alloc_gfp, ac.migratetype); in __alloc_pages()
4449 kmsan_alloc_page(page, order, alloc_gfp); in __alloc_pages()