kernel::alloc::flags

Constant GFP_NOWAIT

Source
pub const GFP_NOWAIT: Flags;
Expand description

For kernel allocations that should not stall for direct reclaim, start physical IO or use any filesystem callback. It is very likely to fail to allocate memory, even for very small allocations.