Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dinternal.h971 #define ALLOC_NON_BLOCK 0x10 /* Caller cannot block. Allow access macro
989 #define ALLOC_RESERVES (ALLOC_NON_BLOCK|ALLOC_MIN_RESERVE|ALLOC_HIGHATOMIC|ALLOC_OOM)
H A Dpage_alloc.c2894 if (alloc_flags & ALLOC_NON_BLOCK) in __zone_watermark_ok()
3743 * set both ALLOC_NON_BLOCK and ALLOC_MIN_RESERVE(__GFP_HIGH). in gfp_to_alloc_flags()
3754 alloc_flags |= ALLOC_NON_BLOCK; in gfp_to_alloc_flags()

Completed in 10 milliseconds