Home
last modified time | relevance | path

Searched defs:pin_init (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dinit.rs556 macro_rules! pin_init { macro
1126 fn pin_init<E>(init: impl PinInit<T, E>) -> error::Result<Pin<Self>> in pin_init() method
/openbmc/linux/rust/kernel/sync/
H A Darc.rs184 pub fn pin_init<E>(init: impl PinInit<T, E>) -> error::Result<Self> in pin_init() method