Home
last modified time | relevance | path

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

/linux/rust/pin-init/src/
H A Dalloc.rs50 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init() method
90 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init() method
118 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init() method
H A Dlib.rs938 macro_rules! try_init { macro
/linux/rust/kernel/
H A Dinit.rs166 fn try_init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in try_init() method
221 macro_rules! try_init { macro
/linux/rust/kernel/alloc/
H A Dkbox.rs473 fn try_init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in try_init() function