Searched refs:pin_init (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/rust/kernel/sync/ |
H A D | condvar.rs | 9 use crate::{bindings, init::PinInit, pin_init, str::CStr, types::Opaque}; 96 pin_init!(Self { in new()
|
H A D | lock.rs | 9 use crate::{bindings, init::PinInit, pin_init, str::CStr, types::Opaque, types::ScopeGuard}; 104 pin_init!(Self { in new()
|
H A D | arc.rs | 184 pub fn pin_init<E>(init: impl PinInit<T, E>) -> error::Result<Self> in pin_init() method 188 UniqueArc::pin_init(init).map(|u| u.into()) in pin_init()
|
/openbmc/linux/rust/kernel/ |
H A D | prelude.rs | 30 pub use super::{init, pin_init, try_init, try_pin_init};
|
H A D | init.rs | 556 macro_rules! pin_init { macro 1126 fn pin_init<E>(init: impl PinInit<T, E>) -> error::Result<Pin<Self>> in pin_init() method
|