Home
last modified time | relevance | path

Searched refs:ALLOC_OOM (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
A Dinternal.h632 #define ALLOC_OOM 0x08 macro
634 #define ALLOC_OOM ALLOC_NO_WATERMARKS macro
A Dpage_alloc.c3813 const bool alloc_harder = (alloc_flags & (ALLOC_HARDER|ALLOC_OOM)); in __zone_watermark_unusable_free()
3845 const bool alloc_harder = (alloc_flags & (ALLOC_HARDER|ALLOC_OOM)); in __zone_watermark_ok()
3860 if (alloc_flags & ALLOC_OOM) in __zone_watermark_ok()
4720 return ALLOC_OOM; in __gfp_pfmemalloc_flags()
5057 (alloc_flags & ALLOC_OOM || in __alloc_pages_slowpath()

Completed in 19 milliseconds