Home
last modified time | relevance | path

Searched refs:posix_locks_deadlock (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dlocks.c110 * Sped up posix_locks_deadlock by only considering blocked locks.
994 * the while() loop in posix_locks_deadlock() eventually completes.
1029 static int posix_locks_deadlock(struct file_lock *caller_fl, in posix_locks_deadlock() function
1188 if (likely(!posix_locks_deadlock(request, fl))) { in posix_lock_inode()
/kernel/linux/linux-6.6/fs/
H A Dlocks.c957 * the while() loop in posix_locks_deadlock() eventually completes.
992 static int posix_locks_deadlock(struct file_lock *caller_fl, in posix_locks_deadlock() function
1165 if (likely(!posix_locks_deadlock(request, fl))) { in posix_lock_inode()

Completed in 8 milliseconds