Skip to main content

VMALLOC_ALLOC_SEQ

Static VMALLOC_ALLOC_SEQ 

Source
pub static VMALLOC_ALLOC_SEQ: AtomicU64
Expand description

Monotonic count of successful vmalloc calls this boot (next seq = current value).

Incremented only after mapping succeeds so failed attempts do not consume sequence numbers. Live nodes store the assigned value in VmallocAttr::alloc_seq. Lower alloc_seq still means an earlier successful allocation among live mappings.