Home
last modified time | relevance | path

Searched refs:is_migrate_cma (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmmzone.h150 # define is_migrate_cma(migratetype) unlikely((migratetype) == MIGRATE_CMA) macro
159 # define is_migrate_cma(migratetype) false macro
166 return is_migrate_cma(mt) || mt == MIGRATE_MOVABLE; in is_migrate_movable()
/linux/mm/
H A Dpage_alloc.c739 if (is_migrate_cma(migratetype) || in compaction_capture()
786 if (is_migrate_cma(migratetype)) in account_freepages()