Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/sync/
H A Darc.rs128 pub struct Arc<T: ?Sized> { struct
145 impl<T: ?Sized + Unsize<U>, U: ?Sized> core::ops::CoerceUnsized<Arc<U>> for Arc<T> {} implementation
148 impl<T: ?Sized + Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<Arc<U>> for Arc<T> {} implementation
163 impl<T> Arc<T> { implementation
203 impl<T: ?Sized> Arc<T> { impl
212 Arc { in from_inner()
261 impl<T: ?Sized> Deref for Arc<T> { implementation
271 impl<T: ?Sized> AsRef<T> for Arc<T> { implementation
277 impl<T: ?Sized> Clone for Arc<T> { implementation
289 impl<T: ?Sized> Drop for Arc<T> { implementation
[all …]
/openbmc/linux/rust/kernel/sync/arc/
H A Dstd_vendor.rs8 use crate::sync::{arc::ArcInner, Arc};
11 impl Arc<dyn Any + Send + Sync> { implementation
13 pub fn downcast<T>(self) -> core::result::Result<Arc<T>, Self> in downcast()
22 Ok(Arc::from_inner(ptr)) in downcast()
/openbmc/linux/samples/rust/
H A Drust_print.rs21 let a = Arc::try_new(1)?; in arc_print()
30 let a: Arc<&str> = b.into(); in arc_print()
/openbmc/linux/rust/kernel/
H A Dsync.rs15 pub use arc::{Arc, ArcBorrow, UniqueArc};
/openbmc/linux/arch/mips/include/asm/
H A Dsgiarcs.h58 Arc, Cpu, Fpu, enumerator
/openbmc/linux/drivers/video/fbdev/
H A DKconfig272 tristate "Arc Monochrome LCD board support"
279 This enables support for the Arc Monochrome LCD board. The board
/openbmc/linux/
H A DCREDITS2189 D: Arc monochrome LCD framebuffer driver, x86 reboot fixups