Home
last modified time | relevance | path

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

/linux-6.15/rust/pin-init/src/
H A Dalloc.rs86 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 Dlib.rs1339 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/
H A Dkbox.rs330 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() function
351 Box::<_, A>::new_uninit(flags)?.write_pin_init(init) in try_pin_init()
/linux-6.15/rust/kernel/sync/
H A Darc.rs699 UniqueArc::new_uninit(flags)?.write_pin_init(init) in try_pin_init()
723 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() method