Searched refs:is_migrate_cma (Results 1 - 5 of 5) sorted by relevance

/linux-master/mm/
H A Dpage_isolation.c49 if (is_migrate_cma(migratetype))
H A Dpage_owner.c479 if (is_migrate_cma(pageblock_mt))
H A Dpage_alloc.c632 if (is_migrate_cma(migratetype) ||
2149 if (is_migrate_cma(get_pcppage_migratetype(page)))
/linux-master/include/linux/
H A Dmmzone.h77 # define is_migrate_cma(migratetype) unlikely((migratetype) == MIGRATE_CMA) macro
82 # define is_migrate_cma(migratetype) false macro
89 return is_migrate_cma(mt) || mt == MIGRATE_MOVABLE;
H A Dvmstat.h494 if (is_migrate_cma(migratetype))

Completed in 182 milliseconds