Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dmaple_tree.rs40 pub struct MapleTreeAlloc<T: ForeignOwnable> { struct
46 impl<T: ForeignOwnable> core::ops::Deref for MapleTreeAlloc<T> { implementation
390 impl<T: ForeignOwnable> MapleTreeAlloc<T> { implementation
402 pin_init!(MapleTreeAlloc { tree <- tree }) in new()