Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dinit.rs713 macro_rules! try_init { macro
1138 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init() method
1151 Self::try_init(init) in init()
1171 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init() method
1201 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init() method
H A Dprelude.rs30 pub use super::{init, pin_init, try_init, try_pin_init};
/openbmc/linux/rust/kernel/sync/
H A Darc.rs22 try_init,
529 let inner = Box::try_init::<AllocError>(try_init!(ArcInner { in try_new_uninit()