Lines Matching refs:alloc_gfp
5133 struct alloc_context *ac, gfp_t *alloc_gfp, in prepare_alloc_pages() argument
5142 *alloc_gfp |= __GFP_HARDWALL; in prepare_alloc_pages()
5209 gfp_t alloc_gfp; in __alloc_pages_bulk() local
5250 alloc_gfp = gfp; in __alloc_pages_bulk()
5251 if (!prepare_alloc_pages(gfp, 0, preferred_nid, nodemask, &ac, &alloc_gfp, &alloc_flags)) in __alloc_pages_bulk()
5253 gfp = alloc_gfp; in __alloc_pages_bulk()
5348 gfp_t alloc_gfp; /* The gfp_t that was actually used for allocation */ in __alloc_pages() local
5369 alloc_gfp = gfp; in __alloc_pages()
5371 &alloc_gfp, &alloc_flags)) in __alloc_pages()
5381 page = get_page_from_freelist(alloc_gfp, order, alloc_flags, &ac); in __alloc_pages()
5385 alloc_gfp = gfp; in __alloc_pages()
5394 page = __alloc_pages_slowpath(alloc_gfp, order, &ac); in __alloc_pages()
5403 trace_mm_page_alloc(page, order, alloc_gfp, ac.migratetype); in __alloc_pages()