Searched defs:write_pin_init (Results 1 – 4 of 4) sorted by relevance
/linux-6.15/rust/pin-init/src/ |
D | alloc.rs | 148 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() method
|
D | lib.rs | 1339 fn write_pin_init<E>(self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E>; in write_pin_init() method
|
/linux-6.15/rust/kernel/alloc/ |
D | kbox.rs | 330 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() function
|
/linux-6.15/rust/kernel/sync/ |
D | arc.rs | 723 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() method
|