Home
last modified time | relevance | path

Searched defs:write_init (Results 1 – 5 of 5) sorted by relevance

/linux/rust/pin-init/src/
H A Dalloc.rs139 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() method
H A Dlib.rs1444 fn write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E>; in write_init() method
/linux/include/linux/fpga/
H A Dfpga-mgr.h178 int (*write_init)(struct fpga_manager *mgr, member
/linux/rust/kernel/alloc/
H A Dkbox.rs439 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() function
/linux/rust/kernel/sync/
H A Darc.rs729 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() method