Home
last modified time | relevance | path

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

/linux/mm/
H A Dinternal.h1176 #define ALLOC_NON_BLOCK 0x10 /* Caller cannot block. Allow access macro
1194 #define ALLOC_RESERVES (ALLOC_NON_BLOCK|ALLOC_MIN_RESERVE|ALLOC_HIGHATOMIC|ALLOC_OOM)
H A Dpage_alloc.c2922 if (!page && (alloc_flags & (ALLOC_OOM|ALLOC_NON_BLOCK))) in rmqueue_buddy()
3150 if (alloc_flags & ALLOC_NON_BLOCK) in __zone_watermark_ok()
4022 alloc_flags |= ALLOC_NON_BLOCK; in gfp_to_alloc_flags()