Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dgfp_types.h296 #define __GFP_SKIP_ZERO ((__force gfp_t)___GFP_SKIP_ZERO) macro
/linux-6.15/mm/
H A Dvmalloc.c3837 gfp_mask |= __GFP_SKIP_KASAN | __GFP_SKIP_ZERO; in __vmalloc_node_range_noprof()
3859 (gfp_mask & __GFP_SKIP_ZERO)) in __vmalloc_node_range_noprof()
H A Dpage_alloc.c1656 return (flags & __GFP_SKIP_ZERO); in should_skip_init()
6638 __GFP_ZERO | __GFP_ZEROTAGS | __GFP_SKIP_ZERO; in __alloc_contig_verify_gfp_mask()