Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/sync/lock/
H A Dmutex.rs14 $crate::sync::Mutex::new(
87 pub type Mutex<T> = super::Lock<T, MutexBackend>; typedef
H A Dglobal.rs296 (backend Mutex) => {
/linux-6.15/drivers/block/
H A Drnull.rs23 sync::{Arc, Mutex},
38 _disk: Mutex<GenDisk<NullBlkDevice>>,
/linux-6.15/Documentation/translations/zh_CN/rust/
H A Dgeneral-information.rst57 例如,人们可以在Rust中写一个 ``Mutex`` 抽象,它从C端包装一个 ``Mutex结构体`` ,并
/linux-6.15/samples/rust/
H A Drust_misc_device.rs108 sync::Mutex,
152 inner: Mutex<Inner>,
/linux-6.15/rust/kernel/
H A Dsync.rs22 pub use lock::mutex::{new_mutex, Mutex, MutexGuard};
/linux-6.15/Documentation/devicetree/bindings/hwlock/
H A Dqcom-hwspinlock.yaml7 title: Qualcomm Hardware Mutex Block
/linux-6.15/drivers/hwspinlock/
H A DKconfig25 Say y here to support the Qualcomm Hardware Mutex functionality, which
/linux-6.15/Documentation/rust/
H A Dgeneral-information.rst76 For instance, one may write a ``Mutex`` abstraction in Rust which wraps
/linux-6.15/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-6.15/fs/jffs2/
H A DREADME.Locking40 File Mutex f->sem
/linux-6.15/Documentation/userspace-api/
H A Dntsync.rst294 - Mutex owner identifier. If any object in ``objs`` is a mutex,
/linux-6.15/Documentation/filesystems/
H A Dconfigfs.rst375 Hierarchy Navigation and the Subsystem Mutex
/linux-6.15/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst1382 Riferimento per l'API dei Mutex
/linux-6.15/Documentation/kernel-hacking/
H A Dlocking.rst1343 Mutex API reference
/linux-6.15/lib/
H A DKconfig.debug1452 bool "RT Mutex debugging, deadlock detection"
1469 bool "Mutex debugging: basic checks"