Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/fs/dlm/
Ddlm_internal.h727 struct list_head unlocking; member
Duser.c648 INIT_LIST_HEAD(&proc->unlocking); in device_open()
Dlock.c5999 list_move(&lkb->lkb_ownqueue, &ua->proc->unlocking); in dlm_user_unlock()
6196 list_for_each_entry_safe(lkb, safe, &proc->unlocking, lkb_ownqueue) { in dlm_clear_proc_locks()
6236 list_for_each_entry_safe(lkb, safe, &proc->unlocking, lkb_ownqueue) { in purge_proc_locks()
/Linux-v5.15/drivers/platform/surface/
DKconfig117 necessary) unlocking and opening the latch connecting both parts.
/Linux-v5.15/fs/jffs2/
DREADME.Locking55 lead to deadlock, unless we played games with unlocking the i_sem
/Linux-v5.15/Documentation/filesystems/
Dnetfs_library.rst317 uptodate, unlocking them or dropping their refs - the helpers need to deal
Dlocking.rst342 followed by unlocking it. Once set_page_writeback() has been run against the
Dvfs.rst314 called when VFS is unlocking a filesystem and making it writable
856 The filesystem must take care of unlocking the page and
Dporting.rst44 typically between calling iget_locked() and unlocking the inode.
Dfscrypt.rst254 there is no requirement to support unlocking a file with multiple
/Linux-v5.15/Documentation/vm/
Dunevictable-lru.rst420 zeros out the page_mapping of the old page before unlocking it, so m[un]lock
/Linux-v5.15/Documentation/filesystems/caching/
Dnetfs-api.rst734 associated object before unlocking the cookie.
/Linux-v5.15/Documentation/cdrom/
Dcdrom-standard.rst346 However, strategic actions such as ejection of the tray, or unlocking
/Linux-v5.15/Documentation/scsi/
DChangeLog.lpfc419 and kernel complained about unlocking lock which is not locked.