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

/linux-master/mm/
H A Dinternal.h1078 #define ALLOC_NON_BLOCK 0x10 /* Caller cannot block. Allow access macro
1096 #define ALLOC_RESERVES (ALLOC_NON_BLOCK|ALLOC_MIN_RESERVE|ALLOC_HIGHATOMIC|ALLOC_OOM)
H A Dpage_alloc.c3073 if (alloc_flags & ALLOC_NON_BLOCK)
3941 * set both ALLOC_NON_BLOCK and ALLOC_MIN_RESERVE(__GFP_HIGH).
3952 alloc_flags |= ALLOC_NON_BLOCK;

Completed in 265 milliseconds