Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dworkqueue.rs582 let boxed = unsafe { KBox::from_raw(ptr) }; in run() localVariable
604 let boxed = unsafe { Pin::into_inner_unchecked(self) }; in __enqueue() localVariable
H A Dauxiliary.rs304 let boxed = KBox::new(Opaque::<bindings::auxiliary_device>::zeroed(), GFP_KERNEL)?; in new() localVariable