Searched refs:gfp_migratetype (Results 1 – 4 of 4) sorted by relevance
315 page_mt = gfp_migratetype(page_owner->gfp_mask); in pagetypeinfo_showmixedcount_print()361 page_mt = gfp_migratetype(page_owner->gfp_mask); in print_page_owner()418 mt = gfp_migratetype(gfp_mask); in __dump_page_owner()
2214 cc->migratetype = gfp_migratetype(cc->gfp_mask); in compact_zone()
3776 gfp_migratetype(gfp_mask) == MIGRATE_MOVABLE) in current_alloc_flags()4875 ac->migratetype = gfp_migratetype(gfp_mask); in prepare_alloc_pages()
317 static inline int gfp_migratetype(const gfp_t gfp_flags) in gfp_migratetype() function