Home
last modified time | relevance | path

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

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