Searched refs:ALLOC_CMA (Results 1 – 4 of 4) sorted by relevance
238 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in page_reporting_process_zone()
565 #define ALLOC_CMA 0x80 /* allow allocations from CMA areas */ macro
2852 if (alloc_flags & ALLOC_CMA && in __rmqueue()2863 if (alloc_flags & ALLOC_CMA) in __rmqueue()3293 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in __isolate_free_page()3434 if (!IS_ENABLED(CONFIG_CMA) || alloc_flags & ALLOC_CMA || in rmqueue()3580 if (!(alloc_flags & ALLOC_CMA)) in __zone_watermark_unusable_free()3646 if ((alloc_flags & ALLOC_CMA) && in __zone_watermark_ok()3777 alloc_flags |= ALLOC_CMA; in current_alloc_flags()
2117 ALLOC_CMA, wmark_target)) in __compaction_suitable()