Home
last modified time | relevance | path

Searched defs:Arc (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/sync/
H A Darc.rs129 pub struct Arc<T: ?Sized> { struct
130 ptr: NonNull<ArcInner<T>>, argument
131 _p: PhantomData<ArcInner<T>>, argument
197 impl<T> Arc<T> { impl
215 impl<T: ?Sized> Arc<T> { impl
336 impl<T: 'static> ForeignOwnable for Arc<T> { implementation
361 impl<T: ?Sized> Deref for Arc<T> { implementation
371 impl<T: ?Sized> AsRef<T> for Arc<T> { implementation
377 impl<T: ?Sized> Clone for Arc<T> { implementation
389 impl<T: ?Sized> Drop for Arc<T> { implementation
[all …]
/linux/rust/kernel/sync/arc/
H A Dstd_vendor.rs11 impl Arc<dyn Any + Send + Sync> { implementation
/linux/rust/kernel/
H A Dworkqueue.rs523 unsafe impl<T, const ID: u64> WorkItemPointer<ID> for Arc<T> implementation
540 unsafe impl<T, const ID: u64> RawWorkItem<ID> for Arc<T> implementation
H A Dinit.rs1226 impl<T> InPlaceInit<T> for Arc<T> { implementation
/linux/arch/mips/include/asm/
H A Dsgiarcs.h58 Arc, Cpu, Fpu, enumerator