Searched refs:__GFP_SKIP_ZERO (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dgfp_types.h267 * __GFP_SKIP_ZERO is not set). This flag is intended for optimization: setting
281 #define __GFP_SKIP_ZERO ((__force gfp_t)___GFP_SKIP_ZERO) macro
/linux-master/include/trace/events/
H A Dmmflags.h57 gfpflag_string(__GFP_SKIP_ZERO), \
/linux-master/mm/
H A Dvmalloc.c3810 gfp_mask |= __GFP_SKIP_KASAN | __GFP_SKIP_ZERO;
3825 * one in post_alloc_hook() with regards to the __GFP_SKIP_ZERO check
3832 (gfp_mask & __GFP_SKIP_ZERO))
H A Dpage_alloc.c1475 return (flags & __GFP_SKIP_ZERO);

Completed in 151 milliseconds