Home
last modified time | relevance | path

Searched refs:unlocking (Results 1 – 20 of 20) sorted by relevance

/Linux-v6.6/Documentation/locking/
Drt-mutex.rst41 locking overhead when locking an uncontended mutex or unlocking a mutex
Dww-mutex-design.rst281 /* need to do that before unlocking, since only the current lock holder is
375 unlocking all mutexes.
377 before unlocking all mutexes.
Drobust-futex-ABI.rst71 in the middle of a locking or unlocking operation.
116 Actual locking and unlocking, during normal operations, is handled
Dfutex-requeue-pi.rst21 rest to the natural wakeup inherent in unlocking the mutex
Drt-mutex-design.rst437 The wait_lock of the mutex is taken since the slow path of unlocking the
517 The unlocking of a mutex also has a fast path for those architectures with
520 take the slow path when unlocking the mutex. If the mutex doesn't have any
528 mutex. This synchronizes the locking and unlocking of the mutex.
Dmutex-design.rst83 - Recursive locking/unlocking is not permitted.
/Linux-v6.6/fs/dlm/
Ddlm_internal.h720 struct list_head unlocking; member
Duser.c674 INIT_LIST_HEAD(&proc->unlocking); in device_open()
Dlock.c5784 list_move(&lkb->lkb_ownqueue, &ua->proc->unlocking); in dlm_user_unlock()
5987 list_for_each_entry_safe(lkb, safe, &proc->unlocking, lkb_ownqueue) { in dlm_clear_proc_locks()
6026 list_for_each_entry_safe(lkb, safe, &proc->unlocking, lkb_ownqueue) { in purge_proc_locks()
/Linux-v6.6/fs/jffs2/
DREADME.Locking55 lead to deadlock, unless we played games with unlocking the i_sem
/Linux-v6.6/drivers/platform/surface/
DKconfig162 necessary) unlocking and opening the latch connecting both parts.
/Linux-v6.6/Documentation/filesystems/
Dnetfs_library.rst364 uptodate, unlocking them or dropping their refs - the helpers need to deal
Dvfs.rst367 called when VFS is unlocking a filesystem and making it writable
371 called when VFS is unlocking a filesystem and making it writable
947 The filesystem must take care of unlocking the page and
Dlocking.rst335 followed by unlocking it. Once set_page_writeback() has been run against the
Dporting.rst44 typically between calling iget_locked() and unlocking the inode.
Dfscrypt.rst254 there is no requirement to support unlocking a file with multiple
Dxfs-online-fsck-design.rst3520 - Prior to unlocking inodes to start the scan, online fsck must call
/Linux-v6.6/Documentation/driver-api/media/
Dv4l2-subdev.rst609 and unlocking the state after the call.
/Linux-v6.6/Documentation/cdrom/
Dcdrom-standard.rst345 However, strategic actions such as ejection of the tray, or unlocking
/Linux-v6.6/Documentation/scsi/
DChangeLog.lpfc419 and kernel complained about unlocking lock which is not locked.