Home
last modified time | relevance | path

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

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