Searched full:boxed (Results 1 – 23 of 23) sorted by relevance
| /kernel/linux/linux-6.6/rust/alloc/ |
| D | lib.rs | 13 //! ## Boxed values 56 //! [`Box`]: boxed 235 // Need to conditionally define the mod from `boxed.rs` to avoid 237 // to allow code to have `use boxed::Box;` declarations. 239 pub mod boxed; module 241 mod boxed { module 242 pub use std::boxed::Box;
|
| D | boxed.rs | 16 //! let boxed: Box<u8> = Box::new(val); 22 //! let boxed: Box<u8> = Box::new(5); 23 //! let val: u8 = *boxed; 41 //! Recursive structures must be boxed, because if the definition of `Cons` 192 /// See the [module-level documentation](../../std/boxed/index.html) for more. 386 let mut boxed = Self::new_uninit_in(alloc); in new_in() localVariable 388 boxed.as_mut_ptr().write(x); in new_in() 389 boxed.assume_init() in new_in() 414 let mut boxed = Self::try_new_uninit_in(alloc)?; in try_new_in() localVariable 416 boxed.as_mut_ptr().write(x); in try_new_in() [all …]
|
| D | slice.rs | 32 use crate::boxed::Box; 96 use crate::boxed::Box;
|
| D | raw_vec.rs | 15 use crate::boxed::Box;
|
| /kernel/linux/linux-6.6/rust/kernel/ |
| D | prelude.rs | 18 pub use alloc::{boxed::Box, vec::Vec};
|
| D | types.rs | 6 use alloc::boxed::Box;
|
| D | init.rs | 217 use alloc::boxed::Box;
|
| /kernel/linux/linux-6.6/rust/kernel/sync/lock/ |
| D | mutex.rs | 61 /// // Allocate a boxed `Example`.
|
| D | spinlock.rs | 59 /// // Allocate a boxed `Example`.
|
| /kernel/linux/linux-6.6/rust/alloc/vec/ |
| D | is_zero.rs | 5 use crate::boxed::Box;
|
| D | mod.rs | 73 use crate::boxed::Box; 3456 /// Convert a boxed slice into a vector by transferring ownership of 3475 /// Convert a vector into a boxed slice.
|
| /kernel/linux/linux-6.6/rust/kernel/sync/ |
| D | condvar.rs | 63 /// /// Allocates a new boxed `Example`.
|
| D | arc.rs | 25 use alloc::boxed::Box;
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | ccwdev.h | 178 /* Allow forced onlining of boxed devices. */
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | ccwdev.h | 169 /* Allow forced onlining of boxed devices. */
|
| /kernel/linux/linux-6.6/Documentation/arch/s390/ |
| D | driver-model.rst | 46 Can be 'good' or 'boxed'; 'no path' or 'no device' for
|
| /kernel/linux/linux-5.10/Documentation/s390/ |
| D | driver-model.rst | 46 Can be 'good' or 'boxed'; 'no path' or 'no device' for
|
| /kernel/linux/linux-6.6/drivers/s390/cio/ |
| D | device.c | 320 pr_warn("%s: The device entered boxed state while being set offline\n", in ccw_device_set_offline() 385 pr_warn("%s: Setting the device online failed because it is boxed\n", in ccw_device_set_online() 549 return sprintf(buf, "boxed\n"); in available_show() 830 * recognition has been done for a boxed device (which will already in io_subchannel_register()
|
| D | device_fsm.c | 346 CIO_MSG_EVENT(0, "Boxed device %04x on subchannel %04x\n", in ccw_device_done() 687 * Handle path verification event in boxed state.
|
| /kernel/linux/linux-5.10/drivers/s390/cio/ |
| D | device.c | 331 pr_warn("%s: The device entered boxed state while being set offline\n", in ccw_device_set_offline() 396 pr_warn("%s: Setting the device online failed because it is boxed\n", in ccw_device_set_online() 560 return sprintf(buf, "boxed\n"); in available_show() 831 * recognition has been done for a boxed device (which will already in io_subchannel_register()
|
| D | device_fsm.c | 357 CIO_MSG_EVENT(0, "Boxed device %04x on subchannel %04x\n", in ccw_device_done() 698 * Handle path verification event in boxed state.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/hw-vuln/ |
| D | spectre.rst | 527 on x86. All sand-boxed SECCOMP programs have indirect branch
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ |
| D | fsl.yaml | 1111 is needed. MBa8MPxL mainboard can be used as starterkit or in a boxed
|