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

/linux-master/include/linux/
H A Dgfp_types.h265 * %__GFP_ZEROTAGS zeroes memory tags at allocation time if the memory itself
280 #define __GFP_ZEROTAGS ((__force gfp_t)___GFP_ZEROTAGS) macro
/linux-master/include/trace/events/
H A Dmmflags.h53 gfpflag_string(__GFP_ZEROTAGS)
/linux-master/arch/arm64/mm/
H A Dfault.c945 flags |= __GFP_ZEROTAGS;
/linux-master/mm/
H A Dpage_alloc.c1483 bool zero_tags = init && (gfp_flags & __GFP_ZEROTAGS);

Completed in 126 milliseconds