Home
last modified time | relevance | path

Searched defs:try_lock (Results 1 – 4 of 4) 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
180 pub fn try_lock(&self) -> Option<Guard<'_, T, 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.h1024 bool try_lock; member
/linux/fs/xfs/
H A Dxfs_inode.c390 bool try_lock; in xfs_lock_inodes() local