Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dregulator.rs323 regulator: ManuallyDrop::into_inner(regulator), in try_into_enabled()
352 regulator: ManuallyDrop::into_inner(regulator), in try_into_disabled()
H A Drbtree.rs1091 let node = KBox::into_inner(self.node); in to_key_value()
1246 let node = KBox::into_inner(rb_node.node); in remove()
/linux/rust/kernel/alloc/
H A Dkbox.rs331 pub fn into_inner(b: Self) -> T { in into_inner() function
/linux/rust/kernel/sync/
H A Darc.rs368 inner: ManuallyDrop::into_inner(me), in into_unique_or_drop()