Home
last modified time | relevance | path

Searched refs:Mutex (Results 1 – 19 of 19) sorted by relevance

/linux/samples/rust/
H A Drust_debugfs.rs41 use kernel::sync::Mutex;
63 inner: File<Mutex<Inner>>,
65 array_blob: File<Mutex<[u8; 4]>>,
67 vector_blob: File<Mutex<KVec<u8>>>,
131 fn build_inner(dir: &Dir) -> impl PinInit<File<Mutex<Inner>>> + '_ { in build_inner()
H A Drust_debugfs_scoped.rs13 use kernel::sync::Mutex;
101 devices: Mutex<KVec<Pin<KBox<Scope<DeviceData>>>>>,
118 blob: Pin<KBox<Mutex<[u8; SZ_4K]>>>,
/linux/rust/kernel/debugfs/
H A Dtraits.rs12 use crate::sync::Mutex;
32 impl<T: Writer> Writer for Mutex<T> { implementation
70 impl<T: BinaryWriter> BinaryWriter for Mutex<T> { implementation
159 impl<T: FromStr + Unpin> Reader for Mutex<T> { implementation
276 impl<T: BinaryReaderMut + Unpin> BinaryReader for Mutex<T> { implementation
/linux/Documentation/translations/zh_CN/rust/
H A Dgeneral-information.rst58 例如,人们可以在Rust中写一个 ``Mutex`` 抽象,它从C端包装一个 ``Mutex结构体`` ,并
/linux/drivers/gpu/drm/tyr/
H A Ddriver.rs20 use kernel::sync::Mutex;
45 clks: Mutex<Clocks>,
48 regulators: Mutex<Regulators>,
/linux/rust/kernel/
H A Dsync.rs29 pub use lock::mutex::{new_mutex, Mutex, MutexGuard};
/linux/drivers/block/rnull/
H A Dconfigfs.rs14 sync::Mutex,
116 data: Mutex<DeviceConfigInner>,
/linux/drivers/hwspinlock/
H A DKconfig25 Say y here to support the Qualcomm Hardware Mutex functionality, which
/linux/rust/kernel/sync/lock/
H A Dglobal.rs299 (backend Mutex) => {
/linux/Documentation/rust/
H A Dgeneral-information.rst76 For instance, one may write a ``Mutex`` abstraction in Rust which wraps
/linux/Documentation/locking/
H A Dmutex-design.rst2 Generic Mutex Subsystem
H A Drt-mutex-design.rst196 Mutex Waiters Tree
301 Mutex owner and flags
514 Unlocking the Mutex
H A Dww-mutex-design.rst2 Wound/Wait Deadlock-Proof Mutex Design
/linux/fs/jffs2/
H A DREADME.Locking40 File Mutex f->sem
/linux/drivers/android/binder/
H A Dprocess.rs32 Arc, ArcBorrow, CondVar, CondVarTimeoutResult, Mutex, SpinLock, UniqueArc,
450 node_refs: Mutex<ProcessNodeRefs>,
/linux/Documentation/filesystems/
H A Dconfigfs.rst375 Hierarchy Navigation and the Subsystem Mutex
/linux/Documentation/kernel-hacking/
H A Dlocking.rst1343 Mutex API reference
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst1382 Riferimento per l'API dei Mutex
/linux/lib/
H A DKconfig.debug1448 bool "RT Mutex debugging, deadlock detection"
1465 bool "Mutex debugging: basic checks"