Home
last modified time | relevance | path

Searched refs:try_new_uninit (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/rust/kernel/
Dinit.rs1161 let mut this = Box::try_new_uninit()?; in try_pin_init()
1175 let mut this = Box::try_new_uninit()?; in try_init()
1191 let mut this = UniqueArc::try_new_uninit()?; in try_pin_init()
1205 let mut this = UniqueArc::try_new_uninit()?; in try_init()
/Linux-v6.6/rust/kernel/sync/
Darc.rs527 pub fn try_new_uninit() -> Result<UniqueArc<MaybeUninit<T>>, AllocError> { in try_new_uninit() method
/Linux-v6.6/rust/alloc/
Dboxed.rs333 pub fn try_new_uninit() -> Result<Box<mem::MaybeUninit<T>>, AllocError> { in try_new_uninit() method