Home
last modified time | relevance | path

Searched refs:into_inner (Results 1 – 8 of 8) 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.rs1244 let node = KBox::into_inner(self.node); in to_key_value()
1399 let node = KBox::into_inner(rb_node.node); in remove()
H A Ddebugfs.rs707 ManuallyDrop::into_inner(self.entry) in into_entry()
/linux/rust/kernel/irq/
H A Drequest.rs225 flags.into_inner(), in new()
443 flags.into_inner(), in new()
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.rs384 pub fn into_inner(b: Self) -> T { in into_inner() function
/linux/rust/kernel/sync/
H A Darc.rs356 inner: ManuallyDrop::into_inner(this), in into_unique_or_drop()