Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dregulator.rs317 regulator: ManuallyDrop::into_inner(regulator), in try_into_enabled()
346 regulator: ManuallyDrop::into_inner(regulator), in try_into_disabled()
H A Drbtree.rs1241 let node = KBox::into_inner(self.node); in to_key_value()
1396 let node = KBox::into_inner(rb_node.node); in remove()
H A Ddebugfs.rs683 ManuallyDrop::into_inner(self.entry) in into_entry()
/linux/rust/kernel/irq/
H A Dflags.rs95 pub(crate) fn into_inner(self) -> c_ulong { in into_inner() method
/linux/rust/syn/
H A Dlookahead.rs115 let mut comparisons = self.comparisons.into_inner(); in error()
/linux/rust/kernel/alloc/
H A Dkbox.rs409 pub fn into_inner(b: Self) -> T { in into_inner() function