Searched refs:Initialized (Results 1 – 7 of 7) sorted by relevance
/linux/rust/pin-init/src/ |
H A D | alloc.rs | 137 type Initialized = Box<T>; typedef 139 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() argument 148 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() argument
|
H A D | lib.rs | 1437 type Initialized; typedef 1442 fn write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E>; in write_init() argument 1447 fn write_pin_init<E>(self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E>; in write_pin_init() argument
|
/linux/rust/kernel/alloc/ |
H A D | kbox.rs | 359 type Initialized = Box<T, A>; typedef 361 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() argument 370 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() argument
|
/linux/rust/kernel/sync/ |
H A D | arc.rs | 743 type Initialized = UniqueArc<T>; typedef 745 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() argument 754 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() argument
|
/linux/tools/testing/kunit/test_data/ |
H A D | test_is_test_passed-no_tests_run_no_header.log | 38 Initialized stdio console driver
|
H A D | test_output_isolated_correctly.log | 60 Initialized stdio console driver
|
/linux/Documentation/arch/arm/ |
H A D | tcm.rst | 110 /* Initialized data */
|