Searched defs:boxed (Results 1 – 2 of 2) sorted by relevance
/linux/rust/kernel/ | ||
H A D | workqueue.rs | 896 let boxed = unsafe { KBox::from_raw(ptr) }; run() localVariable |
H A D | auxiliary.rs | 299 let boxed = KBox::new(Opaque::<bindings::auxiliary_device>::zeroed(), GFP_KERNEL)?; in new() localVariable |