Searched refs:write_pin_init (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/pin-init/src/ |
| H A D | alloc.rs | 86 try_new_uninit!(Box).write_pin_init(init) in try_pin_init() 148 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() method
|
| H A D | lib.rs | 1536 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 D | kbox.rs | 448 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() function 469 Box::<_, A>::new_uninit(flags)?.write_pin_init(init) in try_pin_init()
|