Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmmzone.h58 MIGRATE_CMA, enumerator
67 # define is_migrate_cma(migratetype) unlikely((migratetype) == MIGRATE_CMA)
/linux-4.4.14/mm/
Dcma.c406 ret = alloc_contig_range(pfn, pfn + count, MIGRATE_CMA); in cma_alloc()
Dpage_alloc.c1288 set_pageblock_migratetype(page, MIGRATE_CMA); in init_cma_reserved_pageblock()
1466 [MIGRATE_CMA] = { MIGRATE_TYPES }, /* Never used */
1477 return __rmqueue_smallest(zone, order, MIGRATE_CMA); in __rmqueue_cma_fallback()
2433 !list_empty(&area->free_list[MIGRATE_CMA])) { in __zone_watermark_ok()
3674 [MIGRATE_CMA] = 'C', in show_migration_types()
Dcompaction.c1238 !list_empty(&area->free_list[MIGRATE_CMA])) in __compact_finished()