Searched defs:try_init (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/pin-init/src/ |
| H A D | alloc.rs | 50 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 D | lib.rs | 938 macro_rules! try_init { macro
|
| /linux/rust/kernel/ |
| H A D | init.rs | 166 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 D | kbox.rs | 473 fn try_init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in try_init() function
|