Searched refs:ALLOC_CMA (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | page_reporting.c | 238 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in page_reporting_process_zone()
|
H A D | internal.h | 723 #define ALLOC_CMA 0x80 /* allow allocations from CMA areas */ macro
|
H A D | page_alloc.c | 2854 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 D | compaction.c | 2108 * 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 D | page_reporting.c | 275 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in page_reporting_process_zone()
|
H A D | page_alloc.c | 2098 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 D | internal.h | 979 #define ALLOC_CMA 0x80 /* allow allocations from CMA areas */ macro
|
H A D | compaction.c | 2294 * 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