Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dgfp_types.h112 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE) macro
/linux/lib/
H A Dradix-tree.c97 return root->xa_flags & (__GFP_BITS_MASK & ~GFP_ZONEMASK); in root_gfp_mask()
1599 BUILD_BUG_ON(ROOT_IS_IDR & ~GFP_ZONEMASK); in radix_tree_init()
/linux/kernel/dma/
H A Dswiotlb.c630 gfp &= ~GFP_ZONEMASK; in swiotlb_alloc_tlb()