Home
last modified time | relevance | path

Searched full:unlocks (Results 1 – 25 of 119) sorted by relevance

12345

/openbmc/linux/tools/memory-model/
H A Dlinux-kernel.bell47 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 Danalyse-locks-simpletrace.py19 self.unlocks = 0
51 self.unlocks += 1
75 (analyser.locks, analyser.locked, analyser.unlocks))
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.h290 * 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 Dpi-futex.rst109 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 Dmutex-design.rst82 - Multiple unlocks are not permitted.
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst241 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 DREADME.Locking95 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 Dmini_lock.cocci2 /// Find missing unlocks. This semantic match considers the specific case
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-l2c.h281 * 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 DVolume.interface.yaml58 Change the LUKS password that unlocks the storage volume.
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_native.c317 * 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 Dvidioc-streamon.rst55 in progress, unlocks any user pointer buffers locked in physical memory,
H A Duserp.rst95 both queues and unlocks all buffers as a side effect. Since there is no
H A Ddmabuf.rst151 both queues and unlocks all buffers as a side effect. Since there is no
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Drelease.S17 * held in boot holdoff mode until the 1st cpu unlocks it
/openbmc/linux/Documentation/mm/
H A Dsplit_page_table_lock.rst27 unlocks and unmaps PTE table;
/openbmc/qemu/include/qemu/
H A Dcoroutine-core.h149 * Unlocks the mutex and schedules the next coroutine that was waiting for this
/openbmc/linux/arch/mips/mm/
H A Dcex-sb1.S65 * Unlock CacheErr-D (which in turn unlocks CacheErr-DPA).
/openbmc/linux/Documentation/i2c/
H A Di2c-topology.rst81 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 Dbtree.h97 * 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 Domap3logic.c103 * The following commands are what unlocks in spl_board_prepare_for_linux()
/openbmc/linux/Documentation/trace/
H A Dintel_th.rst146 software sink. Functionally, it simply unlocks windows as soon as they
/openbmc/linux/include/linux/
H A Dmutex.h43 * - multiple unlocks are not permitted
H A Dsrcutree.h27 atomic_long_t srcu_unlock_count[2]; /* Unlocks per CPU. */
/openbmc/linux/sound/soc/sof/
H A DKconfig76 This option unlocks SOF developer options for debug/performance/

12345