Home
last modified time | relevance | path

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

/linux-6.6.21/rust/kernel/ !
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
/linux-6.6.21/rust/kernel/sync/ !
Darc.rs184 pub fn pin_init<E>(init: impl PinInit<T, E>) -> error::Result<Self> in pin_init() method