Home
last modified time | relevance | path

Searched refs:__GFP_BITS_MASK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dgfp_types.h255 #define __GFP_BITS_MASK ((__force gfp_t)((1 << __GFP_BITS_SHIFT) - 1)) macro
/openbmc/linux/mm/
H A Dinternal.h30 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
36 #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK)
/openbmc/linux/lib/
H A Dtest_printf.c694 gfp = ~__GFP_BITS_MASK; in flags()
H A Dradix-tree.c97 return root->xa_flags & (__GFP_BITS_MASK & ~GFP_ZONEMASK); in root_gfp_mask()
/openbmc/linux/init/
H A Dmain.c1527 gfp_allowed_mask = __GFP_BITS_MASK; in kernel_init_freeable()