Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Did_pool.rs68 pub struct IdPool { struct
95 impl IdPool { implementation
252 pool: &'pool mut IdPool,
290 impl Default for IdPool { implementation
/linux/drivers/android/binder/
H A Dprocess.rs22 id_pool::IdPool,
400 handle_is_present: IdPool,
415 handle_is_present: IdPool::new(), in new()