Home
last modified time | relevance | path

Searched defs:into_inner (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/irq/
H A Dflags.rs95 pub(crate) fn into_inner(self) -> c_ulong { in into_inner() method
/linux/rust/kernel/alloc/
H A Dkbox.rs409 pub fn into_inner(b: Self) -> T { in into_inner() function