Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Drbtree.rs1094 let node = KBox::into_inner(self.node); in to_key_value()
1251 let node = KBox::into_inner(rb_node.node); in remove()
/linux-6.15/rust/kernel/alloc/
H A Dkbox.rs291 pub fn into_inner(b: Self) -> T { in into_inner() function
/linux-6.15/rust/kernel/sync/
H A Darc.rs366 inner: ManuallyDrop::into_inner(me), in into_unique_or_drop()