Searched defs:try_pin_init (Results 1 – 5 of 5) sorted by relevance
/linux-6.15/rust/pin-init/src/ |
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
|
D | lib.rs | 779 macro_rules! try_pin_init { macro
|
/linux-6.15/rust/kernel/ |
D | init.rs | 155 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init() method 290 macro_rules! try_pin_init { macro
|
/linux-6.15/rust/kernel/sync/ |
D | arc.rs | 209 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init() method 695 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Self::PinnedSelf, E> in try_pin_init() method
|
/linux-6.15/rust/kernel/alloc/ |
D | kbox.rs | 347 fn try_pin_init<E>(init: impl PinInit<T, E>, flags: Flags) -> Result<Pin<Self>, E> in try_pin_init() function
|