Home
last modified time | relevance | path

Searched refs:ALLOC_CMA (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/mm/
Dpage_reporting.c275 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in page_reporting_process_zone()
Dpage_alloc.c2274 if (alloc_flags & ALLOC_CMA && in __rmqueue()
2285 if (alloc_flags & ALLOC_CMA) in __rmqueue()
2823 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in __isolate_free_page()
3109 if (!(alloc_flags & ALLOC_CMA)) in __zone_watermark_unusable_free()
3187 if ((alloc_flags & ALLOC_CMA) && in __zone_watermark_ok()
3325 alloc_flags |= ALLOC_CMA; in gfp_to_alloc_flags_cma()
Dinternal.h1168 #define ALLOC_CMA 0x80 /* allow allocations from CMA areas */ macro
Dmigrate.c2591 ZONE_MOVABLE, ALLOC_CMA)) in migrate_balanced_pgdat()
Dcompaction.c2403 ALLOC_CMA, wmark_target); in __compaction_suitable()