Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dgfp_types.h247 #define __GFP_SKIP_ZERO ((__force gfp_t)___GFP_SKIP_ZERO) macro
/openbmc/linux/include/trace/events/
H A Dmmflags.h57 gfpflag_string(__GFP_SKIP_ZERO), \
/openbmc/linux/mm/
H A Dvmalloc.c3323 gfp_mask |= __GFP_SKIP_KASAN | __GFP_SKIP_ZERO; in __vmalloc_node_range()
3338 * one in post_alloc_hook() with regards to the __GFP_SKIP_ZERO check in __vmalloc_node_range()
3345 (gfp_mask & __GFP_SKIP_ZERO)) in __vmalloc_node_range()
H A Dpage_alloc.c1496 return (flags & __GFP_SKIP_ZERO); in should_skip_init()