Home
last modified time | relevance | path

Searched defs:try_lock (Results 1 – 5 of 5) 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>> { in try_lock() method
/linux/rust/kernel/sync/lock/
H A Dglobal.rs87 pub fn try_lock(&'static self) -> Option<GlobalGuard<B>> { in 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.h1023 bool try_lock; member
/linux/fs/xfs/
H A Dxfs_inode.c390 bool try_lock; in xfs_lock_inodes() local