Home
last modified time | relevance | path

Searched defs:write_pin_init (Results 1 – 4 of 4) sorted by relevance

/linux/rust/pin-init/src/
H A Dalloc.rs148 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() method
H A Dlib.rs1423 fn write_pin_init<E>(self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E>; in write_pin_init() method
/linux/rust/kernel/alloc/
H A Dkbox.rs368 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() function
/linux/rust/kernel/sync/
H A Darc.rs726 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() method