Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Did_pool.rs78 pub struct PoolResizer { struct
86 /// Reallocation will complete after passing the [`PoolResizer`] to the argument
89 pub fn realloc(&self, flags: Flags) -> Result<PoolResizer, AllocError> { in realloc()
176 pub fn shrink(&mut self, mut resizer: PoolResizer) { in shrink()
212 pub fn grow(&mut self, mut resizer: PoolResizer) { in grow()