Searched refs:try_lock (Results 1 – 5 of 5) sorted by relevance
448 bool try_lock; member
459 bool try_lock; in xfs_lock_inodes() local485 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()
565 if (rwc && rwc->try_lock) { in folio_lock_anon_vma_read()908 .try_lock = true, in folio_referenced()2401 if (rwc->try_lock) { in rmap_walk_anon_lock()2493 if (rwc->try_lock) { in rmap_walk_file()
2643 if (rwc->try_lock) { in rmap_walk_ksm()
31 Although implementations allow try_lock() from other contexts, it is33 try_lock(). Furthermore, it is also necessary to evaluate the debugging