Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dpage_reporting.c238 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in page_reporting_process_zone()
H A Dinternal.h610 #define ALLOC_CMA 0x80 /* allow allocations from CMA areas */ macro
H A Dpage_alloc.c3440 if (!zone_watermark_ok(zone, 0, watermark, 0, ALLOC_CMA)) in __isolate_free_page()
3529 alloc_flags & ALLOC_CMA) { in __rmqueue_pcplist()
3615 alloc_flags & ALLOC_CMA) in rmqueue()
3740 if (!(alloc_flags & ALLOC_CMA)) in __zone_watermark_unusable_free()
3814 if ((alloc_flags & ALLOC_CMA) && in __zone_watermark_ok()
3952 alloc_flags |= ALLOC_CMA; in current_alloc_flags()
H A Dcompaction.c2156 ALLOC_CMA, wmark_target)) in __compaction_suitable()