Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dpage_reporting.c275 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in page_reporting_process_zone()
Dpage_alloc.c2097 if (alloc_flags & ALLOC_CMA && in __rmqueue()
2108 if (alloc_flags & ALLOC_CMA) in __rmqueue()
2557 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in __isolate_free_page()
2819 if (!(alloc_flags & ALLOC_CMA)) in __zone_watermark_unusable_free()
2900 if ((alloc_flags & ALLOC_CMA) && in __zone_watermark_ok()
3038 alloc_flags |= ALLOC_CMA; in gfp_to_alloc_flags_cma()
Dinternal.h838 #define ALLOC_CMA 0x80 /* allow allocations from CMA areas */ macro
Dcompaction.c2301 ALLOC_CMA, wmark_target); in __compaction_suitable()