Home
last modified time | relevance | path

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

/linux-6.8/rust/alloc/
Dlib.rs239 pub mod boxed; module
241 mod boxed { module
Dboxed.rs386 let mut boxed = Self::new_uninit_in(alloc); in new_in() localVariable
414 let mut boxed = Self::try_new_uninit_in(alloc)?; in try_new_in() localVariable
1299 let mut boxed = Self::new_uninit_in(self.1.clone()); in clone() localVariable
/linux-6.8/rust/kernel/
Dworkqueue.rs573 let boxed = unsafe { Box::from_raw(ptr) }; in run() localVariable
594 let boxed = unsafe { Pin::into_inner_unchecked(self) }; in __enqueue() localVariable