Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/sync/lock/
H A Dmutex.rs16 $crate::sync::Mutex::new(
88 pub type Mutex<T> = super::Lock<T, MutexBackend>; typedef
/openbmc/linux/Documentation/translations/zh_CN/rust/
H A Dgeneral-information.rst57 例如,人们可以在Rust中写一个 ``Mutex`` 抽象,它从C端包装一个 ``Mutex结构体`` ,并
/openbmc/linux/rust/kernel/
H A Dsync.rs17 pub use lock::{mutex::Mutex, spinlock::SpinLock};
/openbmc/linux/Documentation/devicetree/bindings/hwlock/
H A Dqcom-hwspinlock.yaml7 title: Qualcomm Hardware Mutex Block
/openbmc/linux/drivers/hwspinlock/
H A DKconfig25 Say y here to support the Qualcomm Hardware Mutex functionality, which
/openbmc/linux/Documentation/rust/
H A Dgeneral-information.rst59 For instance, one may write a ``Mutex`` abstraction in Rust which wraps
/openbmc/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
/openbmc/linux/fs/jffs2/
H A DREADME.Locking40 File Mutex f->sem
/openbmc/linux/Documentation/filesystems/
H A Dconfigfs.rst375 Hierarchy Navigation and the Subsystem Mutex
/openbmc/linux/lib/
H A DKconfig.debug1381 bool "RT Mutex debugging, deadlock detection"
1398 bool "Mutex debugging: basic checks"
/openbmc/linux/Documentation/kernel-hacking/
H A Dlocking.rst1343 Mutex API reference
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst1382 Riferimento per l'API dei Mutex