Home
last modified time | relevance | path

Searched refs:Arc (Results 1 – 6 of 6) sorted by relevance

/linux/rust/kernel/
H A Dworkqueue.rs137 use crate::{prelude::*, sync::Arc, sync::LockClassKey, types::Opaque};
534 unsafe impl<T, const ID: u64> WorkItemPointer<ID> for Arc<T> implementation
545 let arc = unsafe { Arc::from_raw(ptr) }; in run()
558 unsafe impl<T, const ID: u64> RawWorkItem<ID> for Arc<T> implementation
570 let ptr = Arc::into_raw(self).cast_mut(); in __enqueue()
581 Err(unsafe { Arc::from_raw(ptr) }) in __enqueue()
H A Dinit.rs216 sync::Arc,
1244 impl<T> InPlaceInit<T> for Arc<T> { implementation
/linux/drivers/block/
H A Drnull.rs23 sync::{Arc, Mutex},
47 let tagset = Arc::pin_init(TagSet::new(1, 256, 1), flags::GFP_KERNEL)?; in init()
/linux/arch/mips/include/asm/
H A Dsgiarcs.h58 Arc, Cpu, Fpu, enumerator
/linux/drivers/video/fbdev/
H A DKconfig247 tristate "Arc Monochrome LCD board support"
251 This enables support for the Arc Monochrome LCD board. The board
/linux/
H A DCREDITS2275 D: Arc monochrome LCD framebuffer driver, x86 reboot fixups