Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A 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()
/openbmc/linux/rust/kernel/sync/
H A Darc.rs527 pub fn try_new_uninit() -> Result<UniqueArc<MaybeUninit<T>>, AllocError> { in try_new_uninit() method
/openbmc/linux/rust/alloc/
H A Dboxed.rs333 pub fn try_new_uninit() -> Result<Box<mem::MaybeUninit<T>>, AllocError> { in try_new_uninit() method