Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dgfp_types.h251 #define __GFP_SKIP_ZERO ((__force gfp_t)___GFP_SKIP_ZERO) macro
/linux-6.1.9/include/trace/events/
Dmmflags.h58 gfpflag_string(__GFP_SKIP_ZERO), \
/linux-6.1.9/mm/
Dvmalloc.c3205 gfp_mask |= __GFP_SKIP_KASAN_UNPOISON | __GFP_SKIP_ZERO; in __vmalloc_node_range()
3227 (gfp_mask & __GFP_SKIP_ZERO)) in __vmalloc_node_range()
Dpage_alloc.c2471 return (flags & __GFP_SKIP_ZERO); in should_skip_init()