Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/sync/
Dlock.rs72 unsafe fn try_lock(ptr: *mut Self::State) -> Option<Self::GuardState>; in try_lock() method
178 pub fn try_lock(&self) -> Option<Guard<'_, T, B>> { in try_lock() method
/linux-6.15/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.rs87 pub fn try_lock(&'static self) -> Option<GlobalGuard<B>> { in try_lock() method
/linux-6.15/include/linux/
Drmap.h1002 bool try_lock; member
/linux-6.15/fs/xfs/
Dxfs_inode.c390 bool try_lock; in xfs_lock_inodes() local