Home
last modified time | relevance | path

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

/linux/rust/kernel/
A Dinit.rs715 macro_rules! try_init { macro
1209 fn try_init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in try_init() method
1222 Self::try_init(init, flags) in init()
1238 fn try_init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in try_init() method
1242 UniqueArc::try_init(init, flags).map(|u| u.into()) in try_init()
1258 fn try_init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in try_init() method
1278 fn try_init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in try_init() method
A Dprelude.rs32 pub use super::{init, pin_init, try_init, try_pin_init};
/linux/rust/kernel/sync/
A Darc.rs23 try_init,
650 let inner = Box::try_init::<AllocError>( in new_uninit()
651 try_init!(ArcInner { in new_uninit()
/linux/rust/kernel/list/
A Darc.rs197 Ok(Self::from(UniqueArc::try_init(init, flags)?)) in init()

Completed in 12 milliseconds