Searched refs:unlocks (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/tools/memory-model/ |
D | linux-kernel.bell | 38 and unmatched-unlocks = Rcu-unlock \ range(matched) 39 and unmatched = unmatched-locks | unmatched-unlocks 41 and unmatched-locks-to-unlocks = 42 [unmatched-locks] ; po ; [unmatched-unlocks] 43 and matched = matched | (unmatched-locks-to-unlocks \
|
/Linux-v4.19/scripts/coccinelle/locks/ |
D | mini_lock.cocci | 1 /// Find missing unlocks. This semantic match considers the specific case
|
/Linux-v4.19/Documentation/ |
D | pi-futex.txt | 109 then FUTEX_UNLOCK_PI is called, and the kernel unlocks the futex on the 110 behalf of userspace - and it also unlocks the attached
|
/Linux-v4.19/kernel/rcu/ |
D | srcutree.c | 291 unsigned long unlocks; in srcu_readers_active_idx_check() local 293 unlocks = srcu_readers_unlock_idx(sp, idx); in srcu_readers_active_idx_check() 329 return srcu_readers_lock_idx(sp, idx) == unlocks; in srcu_readers_active_idx_check()
|
/Linux-v4.19/fs/jffs2/ |
D | README.Locking | 95 GC thread locks it, sends the signal, then unlocks it - while the GC 96 thread itself locks it, zeroes c->gc_task, then unlocks on the exit path.
|
/Linux-v4.19/Documentation/filesystems/ |
D | Locking | 186 unlocks and drops the reference. 220 writepage: yes, unlocks (see below) 221 readpage: yes, unlocks 226 write_end: yes, unlocks exclusive 244 ->readpage() unlocks the page, either synchronously or via I/O
|
/Linux-v4.19/Documentation/i2c/ |
D | i2c-topology | 134 8. M1 unlocks muxes on its parent. 192 9. M1 unlocks its parent adapter. 193 10. M1 unlocks muxes on its parent.
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-streamon.rst | 55 in progress, unlocks any user pointer buffers locked in physical memory,
|
D | userp.rst | 94 both queues and unlocks all buffers as a side effect. Since there is no
|
D | dmabuf.rst | 151 both queues and unlocks all buffers as a side effect. Since there is no
|
D | extended-controls.rst | 2869 This control locks or unlocks the automatic focus, exposure and
|
/Linux-v4.19/Documentation/vm/ |
D | split_page_table_lock.rst | 22 unlocks and unmaps PTE table;
|
D | unevictable-lru.rst | 385 For munlock(), populate_vma_page_range() unlocks individual pages by calling
|
/Linux-v4.19/Documentation/locking/ |
D | mutex-design.txt | 79 - Multiple unlocks are not permitted.
|
D | ww-mutex-design.txt | 32 younger task) unlocks all of the buffers that it has already locked, and then
|
/Linux-v4.19/Documentation/cdrom/ |
D | cdrom-standard.tex | 947 unlocks the door, any other value locks it.
|
/Linux-v4.19/lib/ |
D | Kconfig.debug | 1160 This debugging feature allows mismatched rw semaphore locks and unlocks
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 1419 kernels. The lpfc_scsi_done routine already unlocks the driver
|