Home
last modified time | relevance | path

Searched refs:gfp_migratetype (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/mm/
Dpage_owner.c305 page_mt = gfp_migratetype(page_owner->gfp_mask); in pagetypeinfo_showmixedcount_print()
352 page_mt = gfp_migratetype(page_owner->gfp_mask); in print_page_owner()
409 mt = gfp_migratetype(gfp_mask); in __dump_page_owner()
Dcompaction.c2289 cc->migratetype = gfp_migratetype(cc->gfp_mask); in compact_zone()
Dpage_alloc.c4028 if (gfp_migratetype(gfp_mask) == MIGRATE_MOVABLE) in gfp_to_alloc_flags_cma()
5139 ac->migratetype = gfp_migratetype(gfp_mask); in prepare_alloc_pages()
/Linux-v5.15/include/linux/
Dgfp.h343 static inline int gfp_migratetype(const gfp_t gfp_flags) in gfp_migratetype() function