Searched refs:try_lock (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_inode.c432 bool try_lock; local
458 try_lock = false;
467 * If try_lock is not set yet, make sure all locked inodes are
468 * not in the AIL. If any are, set try_lock to be used later.
470 if (!try_lock) {
471 for (j = (i - 1); j >= 0 && !try_lock; j--) {
474 try_lock = true;
484 if (!try_lock) {
489 /* try_lock means we have an inode locked that is in the AIL. */
/linux-master/include/linux/
H A Drmap.h707 * try_lock: bail out if the rmap lock is contended
716 bool try_lock; member in struct:rmap_walk_control
/linux-master/mm/
H A Drmap.c542 * on !rwc->try_lock case.
585 if (rwc && rwc->try_lock) {
973 .try_lock = true,
2548 if (rwc->try_lock) {
2642 if (rwc->try_lock) {
H A Dksm.c3126 if (rwc->try_lock) {

Completed in 152 milliseconds