Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dgfp_types.h296 #define __GFP_SKIP_ZERO ((__force gfp_t)___GFP_SKIP_ZERO) macro
/linux/include/trace/events/
H A Dmmflags.h57 gfpflag_string(__GFP_SKIP_ZERO), \
/linux/mm/
H A Dvmalloc.c3820 gfp_mask |= __GFP_SKIP_KASAN | __GFP_SKIP_ZERO; in __vmalloc_node_range_noprof()
3842 (gfp_mask & __GFP_SKIP_ZERO)) in __vmalloc_node_range_noprof()
H A Dpage_alloc.c1482 return (flags & __GFP_SKIP_ZERO); in should_skip_init()