Home
last modified time | relevance | path

Searched defs:GFP_KERNEL_ACCOUNT (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dalloc.rs82 pub const GFP_KERNEL_ACCOUNT: Flags = Flags(bindings::GFP_KERNEL_ACCOUNT); global() constant
/linux/include/linux/
H A Dgfp_types.h379 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT) macro