Searched defs:__GFP_NOWARN (Results 1 – 2 of 2) sorted by relevance
/linux/tools/virtio/linux/ | ||
H A D | slab.h | 5 #define __GFP_NOWARN 0 macro |
/linux/rust/kernel/ | ||
H A D | alloc.rs | 115 pub const __GFP_NOWARN: Flags = Flags(bindings::__GFP_NOWARN); constant |