Home
last modified time | relevance | path

Searched refs:try_lock (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/include/linux/
A Drmap.h457 bool try_lock; member
/linux-6.3-rc2/fs/xfs/
A Dxfs_inode.c459 bool try_lock; in xfs_lock_inodes() local
485 try_lock = false; in xfs_lock_inodes()
497 if (!try_lock) { in xfs_lock_inodes()
498 for (j = (i - 1); j >= 0 && !try_lock; j--) { in xfs_lock_inodes()
501 try_lock = true; in xfs_lock_inodes()
511 if (!try_lock) { in xfs_lock_inodes()
/linux-6.3-rc2/mm/
A Drmap.c566 if (rwc && rwc->try_lock) { in folio_lock_anon_vma_read()
911 .try_lock = true, in folio_referenced()
2383 if (rwc->try_lock) { in rmap_walk_anon_lock()
2475 if (rwc->try_lock) { in rmap_walk_file()
A Dksm.c2672 if (rwc->try_lock) { in rmap_walk_ksm()
/linux-6.3-rc2/Documentation/locking/
A Dlocktypes.rst31 Although implementations allow try_lock() from other contexts, it is
33 try_lock(). Furthermore, it is also necessary to evaluate the debugging

Completed in 21 milliseconds