Home
last modified time | relevance | path

Searched defs:try_lock (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/rust/kernel/sync/
Dlock.rs74 unsafe fn try_lock(ptr: *mut Self::State) -> Option<Self::GuardState>; in try_lock() method
180 pub fn try_lock(&self) -> Option<Guard<'_, T, B>> { in try_lock() method
/linux-6.14.4/rust/kernel/sync/lock/
Dspinlock.rs126 unsafe fn try_lock(ptr: *mut Self::State) -> Option<Self::GuardState> { in try_lock() method
Dmutex.rs127 unsafe fn try_lock(ptr: *mut Self::State) -> Option<Self::GuardState> { in try_lock() method
Dglobal.rs86 pub fn try_lock(&'static self) -> Option<GlobalGuard<B>> { in try_lock() method
/linux-6.14.4/include/linux/
Drmap.h765 bool try_lock; member
/linux-6.14.4/fs/xfs/
Dxfs_inode.c390 bool try_lock; in xfs_lock_inodes() local