Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dinternal.h894 #define ALLOC_OOM 0x08 macro
896 #define ALLOC_OOM ALLOC_NO_WATERMARKS macro
917 #define ALLOC_RESERVES (ALLOC_NON_BLOCK|ALLOC_MIN_RESERVE|ALLOC_HIGHATOMIC|ALLOC_OOM)
H A Dpage_alloc.c2680 if (!page && (alloc_flags & (ALLOC_OOM|ALLOC_NON_BLOCK))) in rmqueue_buddy()
2892 if (alloc_flags & ALLOC_OOM) in __zone_watermark_ok()
2927 if ((alloc_flags & (ALLOC_HIGHATOMIC|ALLOC_OOM)) && in __zone_watermark_ok()
3792 return ALLOC_OOM; in __gfp_pfmemalloc_flags()
4131 (alloc_flags & ALLOC_OOM || in __alloc_pages_slowpath()