Lines Matching defs:alloc_gfp
4896 struct alloc_context *ac, gfp_t *alloc_gfp,
4905 *alloc_gfp |= __GFP_HARDWALL;
4969 gfp_t alloc_gfp;
5010 alloc_gfp = gfp;
5011 if (!prepare_alloc_pages(gfp, 0, preferred_nid, nodemask, &ac, &alloc_gfp, &alloc_flags))
5013 gfp = alloc_gfp;
5117 gfp_t alloc_gfp; /* The gfp_t that was actually used for allocation */
5136 alloc_gfp = gfp;
5138 &alloc_gfp, &alloc_flags))
5148 page = get_page_from_freelist(alloc_gfp, order, alloc_flags, &ac);
5152 alloc_gfp = gfp;
5161 page = __alloc_pages_slowpath(alloc_gfp, order, &ac);
5170 trace_mm_page_alloc(page, order, alloc_gfp, ac.migratetype);
5171 kmsan_alloc_page(page, order, alloc_gfp);
7518 gfp_t alloc_gfp = __GFP_NOWARN | __GFP_ZERO | __GFP_NOMEMALLOC
7547 prepare_alloc_pages(alloc_gfp, order, nid, NULL, &ac,
7548 &alloc_gfp, &alloc_flags);
7554 page = get_page_from_freelist(alloc_gfp, order, alloc_flags, &ac);
7562 unlikely(__memcg_kmem_charge_page(page, alloc_gfp, order) != 0)) {
7566 trace_mm_page_alloc(page, order, alloc_gfp, ac.migratetype);
7567 kmsan_alloc_page(page, order, alloc_gfp);