Home
last modified time | relevance | path

Searched defs:IdPool (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Did_pool.rs68 pub struct IdPool { struct
72 /// Indicates that an [`IdPool`] should change to a new target size. argument
95 impl IdPool { implementation
290 impl Default for IdPool { implementation