| /linux/rust/pin-init/src/ |
| H A D | lib.rs | 1156 pub unsafe trait Init<T: ?Sized, E = Infallible>: PinInit<T, E> { interface 1208 unsafe impl<T: ?Sized, E, I, F> Init<T, E> for ChainInit<I, F, T, E> 1210 I: Init<T, E>, 1226 I: Init<T, E>, 1269 ) -> impl Init<T, E> { in init_from_closure() 1296 pub const unsafe fn cast_init<T, U, E>(init: impl Init<T, E>) -> impl Init<U, E> { in cast_init() 1309 pub fn uninit<T, E>() -> impl Init<MaybeUninit<T>, E> { in uninit() 1326 ) -> impl Init<[T; N], E> in init_array_from_fn() 1328 I: Init<T, E>, 1464 pub fn init_scope<T, E, F, I>(make_init: F) -> impl Init<T, E> in init_scope() [all …]
|
| H A D | alloc.rs | 15 init_from_closure, pin_init_from_closure, InPlaceWrite, Init, PinInit, ZeroableOption, 50 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init() 55 fn init(init: impl Init<T>) -> Result<Self, AllocError> { in init() 90 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init() 118 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init() 139 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init()
|
| H A D | __internal.rs | 27 unsafe impl<T: ?Sized, F, E> Init<T, E> for InitClosure<F, T, E>
|
| H A D | macros.rs | 1089 init: impl $crate::Init<$type, E>, 1092 unsafe { $crate::Init::__init(init, slot) } 1352 unsafe { $crate::Init::__init(init, ::core::ptr::addr_of_mut!((*$slot).$field))? };
|
| /linux/rust/kernel/ |
| H A D | init.rs | 132 use pin_init::{init_from_closure, pin_init_from_closure, Init, PinInit}; 166 fn try_init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in try_init() 171 fn init<E>(init: impl Init<T, E>, flags: Flags) -> error::Result<Self> in init()
|
| H A D | prelude.rs | 30 pub use pin_init::{init, pin_data, pin_init, pinned_drop, InPlaceWrite, Init, PinInit, Zeroable};
|
| /linux/tools/perf/scripts/python/ |
| H A D | parallel-perf.py | 293 def Init(self, opt_element=-1, value_element=-1, opt_pos=-1, value_pos=-1, error=None): member in OptPos 311 self.Init(pos, pos + 1, 0, 0) 313 self.Init(error = f"-{short_name} option missing value") 315 self.Init(pos, pos, 0, 2) 320 self.Init(pos, pos + 1, 0, 0) 322 self.Init(error = f"--{long_name} option missing value") 324 self.Init(pos, pos, 0, n + 1) 326 self.Init(error = f"--{long_name} option expected '='") 336 self.Init(pos, pos + 1, ipos, 0) 338 self.Init(error = f"-{short_name} option missing value") [all …]
|
| /linux/arch/arm/boot/compressed/ |
| H A D | head-sharpsl.S | 45 mov r6, #0x31 @ Load Magic Init value 51 mov r6, #0x30 @ Load 2nd Magic Init value
|
| /linux/rust/pin-init/examples/ |
| H A D | big_struct_in_place.rs | 23 pub fn new() -> impl Init<Self> { in new()
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 23 use pin_init::{InPlaceWrite, Init, PinInit, ZeroableOption}; 439 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() 473 fn try_init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in try_init()
|
| /linux/arch/m68k/kernel/ |
| H A D | vmlinux-sun3.lds | 37 . = ALIGN(PAGE_SIZE); /* Init code and data */
|
| H A D | vmlinux-std.lds | 42 . = ALIGN(PAGE_SIZE); /* Init code and data */
|
| /linux/drivers/clk/xilinx/ |
| H A D | Kconfig | 4 tristate "Xilinx VCU logicoreIP Init"
|
| /linux/Documentation/driver-api/tty/ |
| H A D | tty_port.rst | 21 Init & Destroy
|
| /linux/arch/m68k/fpsp040/ |
| H A D | binstr.S | 21 | A1. Init d7 to 1. D7 is the byte digit counter, and if 1, the 76 | A1: Init d7
|
| H A D | srem_mod.S | 180 bras Init 194 bras Init 200 Init: label
|
| /linux/Documentation/admin-guide/auxdisplay/ |
| H A D | cfag12864b.rst | 70 Init (16)------------------------------(12) Controller Select 2
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-openblocks_a6.dts | 120 label = "Init Button";
|
| H A D | armada-xp-openblocks-ax3-4.dts | 104 label = "Init Button";
|
| /linux/Documentation/driver-api/cxl/linux/ |
| H A D | overview.rst | 43 f) Init Finishes, Drivers start probing
|
| H A D | early-boot.rst | 4 Linux Init (Early Boot)
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | devres.rst | 38 Init failure path is worse because it's much less travelled while 102 driver can have much simpler init and exit code. Init path basically
|
| /linux/rust/pin-init/ |
| H A D | README.md | 241 [`impl Init<T, E>`]: https://docs.rs/pin-init/latest/pin_init/trait.Init.html
|
| /linux/rust/kernel/list/ |
| H A D | arc.rs | 194 pub fn init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in init()
|
| /linux/arch/sparc/lib/ |
| H A D | M7memset.S | 284 membar #StoreStore ! required by use of Block Store Init
|