Home
last modified time | relevance | path

Searched full:boxed (Results 1 – 19 of 19) sorted by relevance

/linux-6.8/rust/alloc/
Dboxed.rs16 //! 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 …]
Dlib.rs13 //! ## 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;
Dslice.rs32 use crate::boxed::Box;
96 use crate::boxed::Box;
Draw_vec.rs15 use crate::boxed::Box;
/linux-6.8/rust/kernel/
Dprelude.rs18 pub use alloc::{boxed::Box, vec::Vec};
Dworkqueue.rs139 use alloc::boxed::Box;
573 let boxed = unsafe { Box::from_raw(ptr) }; in run() localVariable
575 let pinned = unsafe { Pin::new_unchecked(boxed) }; in run()
594 let boxed = unsafe { Pin::into_inner_unchecked(self) }; in __enqueue() localVariable
595 let ptr = Box::into_raw(boxed); in __enqueue()
Dtypes.rs6 use alloc::boxed::Box;
Dinit.rs217 use alloc::boxed::Box;
/linux-6.8/rust/kernel/sync/lock/
Dspinlock.rs59 /// // Allocate a boxed `Example`.
Dmutex.rs61 /// // Allocate a boxed `Example`.
/linux-6.8/rust/alloc/vec/
Dis_zero.rs5 use crate::boxed::Box;
Dmod.rs73 use crate::boxed::Box;
3539 /// Convert a boxed slice into a vector by transferring ownership of
3558 /// Convert a vector into a boxed slice.
/linux-6.8/rust/kernel/sync/
Dcondvar.rs63 /// /// Allocates a new boxed `Example`.
Darc.rs25 use alloc::boxed::Box;
/linux-6.8/arch/s390/include/asm/
Dccwdev.h169 /* Allow forced onlining of boxed devices. */
/linux-6.8/Documentation/arch/s390/
Ddriver-model.rst46 Can be 'good' or 'boxed'; 'no path' or 'no device' for
/linux-6.8/drivers/s390/cio/
Ddevice.c320 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()
Ddevice_fsm.c346 CIO_MSG_EVENT(0, "Boxed device %04x on subchannel %04x\n", in ccw_device_done()
687 * Handle path verification event in boxed state.
/linux-6.8/Documentation/devicetree/bindings/arm/
Dfsl.yaml1132 is needed. MBa8MPxL mainboard can be used as starterkit or in a boxed