Home
last modified time | relevance | path

Searched defs:__GFP_HIGHMEM (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dalloc.rs86 pub const __GFP_HIGHMEM: Flags = Flags(bindings::__GFP_HIGHMEM); global() constant
/linux/tools/include/linux/
H A Dtypes.h22 __GFP_HIGHMEM, enumerator
H A Dgfp_types.h109 #define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM) global() macro