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

/linux-master/mm/
H A Dinternal.h987 #define ALLOC_NON_BLOCK 0x10 /* Caller cannot block. Allow access macro
1005 #define ALLOC_RESERVES (ALLOC_NON_BLOCK|ALLOC_MIN_RESERVE|ALLOC_HIGHATOMIC|ALLOC_OOM)
H A Dpage_alloc.c2988 if (alloc_flags & ALLOC_NON_BLOCK)
3856 * set both ALLOC_NON_BLOCK and ALLOC_MIN_RESERVE(__GFP_HIGH).
3867 alloc_flags |= ALLOC_NON_BLOCK;

Completed in 189 milliseconds