kernel
v6.18
Module id_pool
Structs
In crate kernel
?
Module
kernel
::
id_pool
source
·
[
−
]
Expand description
Rust API for an ID pool backed by a
BitmapVec
.
Structs
§
IdPool
Represents a dynamic ID pool backed by a
BitmapVec
.
PoolResizer
Contains a
BitmapVec
of a size suitable for reallocating
IdPool
.
ReallocRequest
Indicates that an
IdPool
should change to a new target size.