Searched defs:write_init (Results 1 – 5 of 5) sorted by relevance
/linux-6.15/rust/pin-init/src/ |
D | alloc.rs | 139 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() method
|
D | lib.rs | 1334 fn write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E>; in write_init() method
|
/linux-6.15/include/linux/fpga/ |
D | fpga-mgr.h | 178 int (*write_init)(struct fpga_manager *mgr, member
|
/linux-6.15/rust/kernel/alloc/ |
D | kbox.rs | 321 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() function
|
/linux-6.15/rust/kernel/sync/ |
D | arc.rs | 714 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() method
|