Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dregulator.rs314 regulator: ManuallyDrop::into_inner(regulator), in try_into_enabled()
343 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)
/linux/rust/kernel/irq/
H A Drequest.rs225 flags.into_inner(), in new()
446 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.rs409 pub fn into_inner(b: Self) -> T { in into_inner() function