Home
last modified time | relevance | path

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

/Linux-v6.6/rust/kernel/
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
Dprelude.rs30 pub use super::{init, pin_init, try_init, try_pin_init};
/Linux-v6.6/rust/kernel/sync/
Darc.rs22 try_init,
529 let inner = Box::try_init::<AllocError>(try_init!(ArcInner { in try_new_uninit()