Searched full:boxed (Results 1 – 12 of 12) sorted by relevance
| /linux/rust/kernel/ |
| H A D | auxiliary.rs | 349 let boxed = KBox::new(Opaque::<bindings::auxiliary_device>::zeroed(), GFP_KERNEL)?; in new() localVariable 350 let adev = boxed.get(); in new() 367 let _ = KBox::into_raw(boxed); in new()
|
| /linux/rust/syn/ |
| H A D | pat.rs | 560 let boxed: Option<Token![box]> = input.parse()?; in field_pat() localVariable 564 let member = if boxed.is_some() || by_ref.is_some() || mutability.is_some() { in field_pat() 570 if boxed.is_none() && by_ref.is_none() && mutability.is_none() && input.peek(Token![:]) in field_pat() 586 let pat = if boxed.is_some() { in field_pat()
|
| H A D | parse_quote.rs | 108 /// -> ::std::pin::Pin<::std::boxed::Box<dyn ::std::future::Future<Output = #ret>>>
|
| /linux/rust/pin-init/src/ |
| H A D | alloc.rs | 4 use alloc::{boxed::Box, sync::Arc};
|
| H A D | lib.rs | 261 #![cfg_attr(not(kernel), doc = "[`Box<T>`]: alloc::alloc::boxed::Box")] 922 #[cfg_attr(not(kernel), doc = "[`Box<T>`]: alloc::alloc::boxed::Box")] 1021 #[cfg_attr(not(kernel), doc = "[`Box<T>`]: alloc::alloc::boxed::Box")]
|
| /linux/arch/s390/include/asm/ |
| H A D | ccwdev.h | 169 /* Allow forced onlining of boxed devices. */
|
| /linux/drivers/s390/cio/ |
| H A D | device.c | 317 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 sysfs_emit(buf, "boxed\n"); in available_show() 830 * recognition has been done for a boxed device (which will already in io_subchannel_register()
|
| H A D | device_fsm.c | 347 CIO_MSG_EVENT(0, "Boxed device %04x on subchannel %04x\n", in ccw_device_done() 693 * Handle path verification event in boxed state.
|
| /linux/rust/kernel/sync/ |
| H A D | condvar.rs | 71 /// /// Allocates a new boxed `Example`.
|
| /linux/rust/pin-init/ |
| H A D | README.md | 248 [`Box<T>`]: https://doc.rust-lang.org/stable/alloc/boxed/struct.Box.html
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 325 /// // Allocate a boxed slice of 10 `Example`s.
|
| /linux/Documentation/devicetree/bindings/arm/ |
| H A D | fsl.yaml | 1276 is needed. MBa8MPxL mainboard can be used as starterkit or in a boxed
|