Constant kernel::alloc::flags::GFP_NOWAIT
source · pub const GFP_NOWAIT: Flags;
Expand description
Ror 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.