Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_inode.c390 bool try_lock; in xfs_lock_inodes() local
416 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()
/linux/mm/
A Drmap.c585 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()
A Dksm.c3021 if (rwc->try_lock) { in rmap_walk_ksm()
/linux/include/linux/
A Drmap.h768 bool try_lock; member
/linux/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
/linux/Documentation/translations/it_IT/locking/
A Dlocktypes.rst33 Diverse implementazioni permettono di usare try_lock() anche in altri contesti,

Completed in 25 milliseconds