Searched refs:try_lock (Results 1 – 6 of 6) sorted by relevance
390 bool try_lock; in xfs_lock_inodes() local416 try_lock = false; in xfs_lock_inodes()428 if (!try_lock) { in xfs_lock_inodes()429 for (j = (i - 1); j >= 0 && !try_lock; j--) { in xfs_lock_inodes()432 try_lock = true; in xfs_lock_inodes()442 if (!try_lock) { in xfs_lock_inodes()
585 if (rwc && rwc->try_lock) { in folio_lock_anon_vma_read()988 .try_lock = true, in folio_referenced()2583 if (rwc->try_lock) { in rmap_walk_anon_lock()2678 if (rwc->try_lock) { in rmap_walk_file()
3021 if (rwc->try_lock) { in rmap_walk_ksm()
768 bool try_lock; member
31 Although implementations allow try_lock() from other contexts, it is33 try_lock(). Furthermore, it is also necessary to evaluate the debugging
33 Diverse implementazioni permettono di usare try_lock() anche in altri contesti,