Searched defs:try_pin_init (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/pin-init/src/ |
| H A D | alloc.rs | 30 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E> in try_pin_init() method 82 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E> in try_pin_init() method 100 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E> in try_pin_init() method
|
| /linux/rust/kernel/ |
| H A D | init.rs | 146 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init() method 281 macro_rules! try_pin_init { macro
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 465 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Pin<Self>, E> in try_pin_init() function
|