/openbmc/linux/tools/memory-model/ |
H A D | linux-kernel.bell | 47 and unmatched-unlocks = Rcu-unlock \ range(matched) 48 and unmatched = unmatched-locks | unmatched-unlocks 50 and unmatched-locks-to-unlocks = 51 [unmatched-locks] ; po ; [unmatched-unlocks] 52 and matched = matched | (unmatched-locks-to-unlocks \
|
/openbmc/qemu/scripts/ |
H A D | analyse-locks-simpletrace.py | 19 self.unlocks = 0 51 self.unlocks += 1 75 (analyser.locks, analyser.locked, analyser.unlocks))
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | hw.h | 290 * bit7: unlocks HDT, HBS, HBE, HRS, HRE, HEB in nv_lock_vga_crtc_shadow() 292 * bit5: unlocks HDE in nv_lock_vga_crtc_shadow() 293 * bit4: unlocks VDE in nv_lock_vga_crtc_shadow() 294 * bit3: unlocks VDT, OVL, VRS, ?VRE?, VBS, VBE, LSR, EBR in nv_lock_vga_crtc_shadow()
|
/openbmc/linux/Documentation/locking/ |
H A D | pi-futex.rst | 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
|
H A D | mutex-design.rst | 82 - Multiple unlocks are not permitted.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | locking.rst | 241 unlocks and drops the reference. 278 writepage: yes, unlocks (see below) 279 read_folio: yes, unlocks shared 282 readahead: yes, unlocks shared 284 write_end: yes, unlocks exclusive 296 swap_rw: yes, unlocks 302 ->read_folio() unlocks the folio, either synchronously or via I/O 305 ->readahead() unlocks the folios that I/O is attempted on like ->read_folio().
|
/openbmc/linux/fs/jffs2/ |
H A 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.
|
/openbmc/linux/scripts/coccinelle/locks/ |
H A D | mini_lock.cocci | 2 /// Find missing unlocks. This semantic match considers the specific case
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-l2c.h | 281 * Unlocks a region of memory that is locked in the L2 cache 322 * Flushes (and unlocks) the entire L2 cache.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | Volume.interface.yaml | 58 Change the LUKS password that unlocks the storage volume.
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_native.c | 317 * NOTE: this also unlocks the hpte in native_hpte_insert() 366 /* Invalidate the hpte. NOTE: this also unlocks it */ in native_hpte_remove() 576 /* Invalidate the hpte. NOTE: this also unlocks it */ in native_hpte_invalidate() 639 /* Invalidate the hpte. NOTE: this also unlocks it */ in native_hugepage_invalidate()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-streamon.rst | 55 in progress, unlocks any user pointer buffers locked in physical memory,
|
H A D | userp.rst | 95 both queues and unlocks all buffers as a side effect. Since there is no
|
H A D | dmabuf.rst | 151 both queues and unlocks all buffers as a side effect. Since there is no
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | release.S | 17 * held in boot holdoff mode until the 1st cpu unlocks it
|
/openbmc/linux/Documentation/mm/ |
H A D | split_page_table_lock.rst | 27 unlocks and unmaps PTE table;
|
/openbmc/qemu/include/qemu/ |
H A D | coroutine-core.h | 149 * Unlocks the mutex and schedules the next coroutine that was waiting for this
|
/openbmc/linux/arch/mips/mm/ |
H A D | cex-sb1.S | 65 * Unlock CacheErr-D (which in turn unlocks CacheErr-DPA).
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-topology.rst | 81 8. M1 unlocks muxes on its parent. 162 9. M1 unlocks its parent adapter. 163 10. M1 unlocks muxes on its parent.
|
/openbmc/linux/drivers/md/bcache/ |
H A D | btree.h | 97 * For this we use a sequence number that write locks and unlocks increment - to 98 * insert the check key it unlocks the btree node and then takes a write lock,
|
/openbmc/u-boot/board/logicpd/omap3som/ |
H A D | omap3logic.c | 103 * The following commands are what unlocks in spl_board_prepare_for_linux()
|
/openbmc/linux/Documentation/trace/ |
H A D | intel_th.rst | 146 software sink. Functionally, it simply unlocks windows as soon as they
|
/openbmc/linux/include/linux/ |
H A D | mutex.h | 43 * - multiple unlocks are not permitted
|
H A D | srcutree.h | 27 atomic_long_t srcu_unlock_count[2]; /* Unlocks per CPU. */
|
/openbmc/linux/sound/soc/sof/ |
H A D | Kconfig | 76 This option unlocks SOF developer options for debug/performance/
|