Searched refs:ALLOC_CMA (Results 1 – 4 of 4) sorted by relevance
243 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in page_reporting_process_zone()
749 #define ALLOC_CMA 0x80 /* allow allocations from CMA areas */ macro
3098 if (alloc_flags & ALLOC_CMA && in __rmqueue()3109 if (alloc_flags & ALLOC_CMA) in __rmqueue()3620 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in __isolate_free_page()3844 if (!IS_ENABLED(CONFIG_CMA) || alloc_flags & ALLOC_CMA || in rmqueue()3963 if (!(alloc_flags & ALLOC_CMA)) in __zone_watermark_unusable_free()4029 if ((alloc_flags & ALLOC_CMA) && in __zone_watermark_ok()4164 alloc_flags |= ALLOC_CMA; in gfp_to_alloc_flags_cma()
2213 ALLOC_CMA, wmark_target)) in __compaction_suitable()