Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dinternal.h721 #define ALLOC_HIGH 0x20 /* __GFP_HIGH set */ macro
H A Dpage_alloc.c3641 if (alloc_flags & ALLOC_HIGH) in __zone_watermark_ok()
4468 * __GFP_HIGH is assumed to be the same as ALLOC_HIGH in gfp_to_alloc_flags()
4472 BUILD_BUG_ON(__GFP_HIGH != (__force gfp_t) ALLOC_HIGH); in gfp_to_alloc_flags()
4479 * set both ALLOC_HARDER (__GFP_ATOMIC) and ALLOC_HIGH (__GFP_HIGH). in gfp_to_alloc_flags()

Completed in 12 milliseconds