Home
last modified time | relevance | path

Searched refs:ALLOC_CMA (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dpage_reporting.c238 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in page_reporting_process_zone()
H A Dinternal.h723 #define ALLOC_CMA 0x80 /* allow allocations from CMA areas */ macro
H A Dpage_alloc.c2854 alloc_flags &= ~ALLOC_CMA; in __rmqueue_with_cma_reuse()
2886 if (alloc_flags & ALLOC_CMA && in __rmqueue()
2897 if (alloc_flags & ALLOC_CMA) in __rmqueue()
3329 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in __isolate_free_page()
3470 if (!IS_ENABLED(CONFIG_CMA) || alloc_flags & ALLOC_CMA || in rmqueue()
3617 if (!(alloc_flags & ALLOC_CMA)) in __zone_watermark_unusable_free()
3683 if ((alloc_flags & ALLOC_CMA) && in __zone_watermark_ok()
3818 alloc_flags |= ALLOC_CMA; in current_alloc_flags()
H A Dcompaction.c2108 * ALLOC_CMA is used, as pages in CMA pageblocks are considered in __compaction_suitable()
2115 ALLOC_CMA, wmark_target)) in __compaction_suitable()
/kernel/linux/linux-6.6/mm/
H A Dpage_reporting.c275 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in page_reporting_process_zone()
H A Dpage_alloc.c2098 alloc_flags &= ~ALLOC_CMA; in __rmqueue_with_cma_reuse()
2131 if (alloc_flags & ALLOC_CMA && in __rmqueue()
2142 if (alloc_flags & ALLOC_CMA) in __rmqueue()
2591 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in __isolate_free_page()
2853 if (!(alloc_flags & ALLOC_CMA)) in __zone_watermark_unusable_free()
2934 if ((alloc_flags & ALLOC_CMA) && in __zone_watermark_ok()
3072 alloc_flags |= ALLOC_CMA; in gfp_to_alloc_flags_cma()
H A Dinternal.h979 #define ALLOC_CMA 0x80 /* allow allocations from CMA areas */ macro
H A Dcompaction.c2294 * ALLOC_CMA is used, as pages in CMA pageblocks are considered in __compaction_suitable()
2301 ALLOC_CMA, wmark_target); in __compaction_suitable()

Completed in 31 milliseconds