Lines Matching refs:alloc_gfp
4211 struct alloc_context *ac, gfp_t *alloc_gfp,
4220 *alloc_gfp |= __GFP_HARDWALL;
4289 gfp_t alloc_gfp;
4330 alloc_gfp = gfp;
4331 if (!prepare_alloc_pages(gfp, 0, preferred_nid, nodemask, &ac, &alloc_gfp, &alloc_flags))
4333 gfp = alloc_gfp;
4434 gfp_t alloc_gfp; /* The gfp_t that was actually used for allocation */
4453 alloc_gfp = gfp;
4455 &alloc_gfp, &alloc_flags))
4465 page = get_page_from_freelist(alloc_gfp, order, alloc_flags, &ac);
4469 alloc_gfp = gfp;
4478 page = __alloc_pages_slowpath(alloc_gfp, order, &ac);
4487 trace_mm_page_alloc(page, order, alloc_gfp, ac.migratetype);
4488 kmsan_alloc_page(page, order, alloc_gfp);