Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dalloc.rs105 pub const GFP_NOWAIT: Flags = Flags(bindings::GFP_NOWAIT); global() constant
/linux/tools/include/linux/
H A Dgfp_types.h379 #define GFP_NOWAIT global() macro