Home
last modified time | relevance | path

Searched refs:unlocked (Results 1 – 25 of 43) sorted by relevance

12

/linux/drivers/vfio/
H A Dvfio_iommu_type1.c550 bool unlocked = false; in follow_fault_pfn() local
555 &unlocked); in follow_fault_pfn()
556 if (unlocked) in follow_fault_pfn()
822 long unlocked = 0, locked = vpfn_pages(dma, iova, npage); in vfio_unpin_pages_remote() local
829 unlocked++; in vfio_unpin_pages_remote()
832 unlocked = npage; in vfio_unpin_pages_remote()
835 vfio_lock_acct(dma, locked - unlocked, true); in vfio_unpin_pages_remote()
837 return unlocked; in vfio_unpin_pages_remote()
880 int unlocked; in vfio_unpin_page_external() local
886 unlocked = vfio_iova_put_vfio_pfn(dma, vpfn); in vfio_unpin_page_external()
[all …]
/linux/Documentation/driver-api/nvdimm/
H A Dsecurity.rst22 that DIMM. The following states are available: disabled, unlocked, locked,
62 a locked DIMM can be unlocked. Once unlocked, the DIMM will remain unlocked
/linux/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst62 The latch can additionally be locked and, correspondingly, unlocked, which
67 unlocked.
82 instructions/commands. In case the latch is unlocked, the led will flash
93 - If the latch is unlocked, the EC will open the latch and the clipboard
120 unlocked before it is opened.
343 The latch has neither been opened nor unlocked.
567 the latch on timeout. The latch is unlocked by default. This command will be
576 timeout. The latch is unlocked by default. This command will not open the
578 ignored if the latch is already unlocked.
602 lock is reset to the unlocked state.
/linux/drivers/mfd/
H A Dwm8350-regmap.c290 if (!wm8350->unlocked) { in wm8350_writeable()
H A Dwm8350-core.c149 wm8350->unlocked = false; in wm8350_reg_lock()
180 wm8350->unlocked = true; in wm8350_reg_unlock()
/linux/Documentation/i2c/
H A Di2c-topology.rst131 adapter during the transaction are unlocked I2C transfers (using e.g.
155 its select, those transfers must be unlocked I2C transfers so
158 unlocked I2C transfer, so that it does not deadlock the parent
185 caused by these subsystems are unlocked. This can be convoluted to
213 issues any unlocked I2C transfers on the root adapter that may leak
/linux/Documentation/devicetree/
H A Dchangesets.rst33 through locking. An unlocked version __of_changeset_apply is available,
/linux/Documentation/trace/
H A Dintel_th.rst139 switch to the next window in the buffer if it is unlocked, or stop
143 unlocked and can be used again to collect trace data.
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h274 bool unlocked; member
534 bool immediate, bool unlocked, bool flush_tlb,
H A Damdgpu_vm.c1075 if (!params->unlocked && vm->need_tlb_fence) { in amdgpu_vm_tlb_flush()
1109 bool immediate, bool unlocked, bool flush_tlb, in amdgpu_vm_update_range() argument
1146 params.unlocked = unlocked; in amdgpu_vm_update_range()
1157 if (!unlocked && !dma_fence_is_signaled(vm->last_unlocked)) { in amdgpu_vm_update_range()
/linux/Documentation/scheduler/
H A Dsched-arch.rst15 To request the scheduler call switch_to with the runqueue unlocked,
/linux/mm/
H A Dgup.c1540 * @unlocked: did we unlock the mmap_lock while retrying, maybe NULL if caller
1561 * This function will not return with an unlocked mmap_lock. So it has not the
1566 bool *unlocked) in fixup_user_fault() argument
1573 if (unlocked) in fixup_user_fault()
1597 *unlocked = true; in fixup_user_fault()
1611 *unlocked = true; in fixup_user_fault()
2121 bool unlocked = false; in fault_in_safe_writeable() local
2129 if (fixup_user_fault(mm, cur, FAULT_FLAG_WRITE, &unlocked)) in fault_in_safe_writeable()
2599 * get_user_pages_locked|unlocked or get_user_pages_fast. Nothing
/linux/Documentation/mm/
H A Dswap-table.rst66 folio shall be unlocked.
H A Dunevictable-lru.rst209 is unlocked, __pagevec_lru_add_fn() will recheck the unevictable state
275 mlocked pages become unlocked and rescued from the unevictable list when:
277 (1) mapped in a range unlocked via the munlock()/munlockall() system calls;
/linux/drivers/mtd/chips/
H A DKconfig168 program individual bits, as long as the register remains unlocked.
175 Register is locked, it cannot be unlocked.
/linux/Documentation/locking/
H A Drt-mutex.rst24 unlocked.
H A Dpi-futex.rst80 normal futex-based locks: a 0 value means unlocked, and a value==TID
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.h288 void xe_vm_kill(struct xe_vm *vm, bool unlocked);
/linux/Documentation/userspace-api/media/v4l/
H A Ddmabuf.rst124 memory is also unlocked when
H A Duserp.rst63 ioctl. The memory is also unlocked when
/linux/tools/memory-model/
H A Dlock.cat52 * An LKR must always see an unlocked value; spin_lock() calls nested
/linux/Documentation/arch/arm/
H A Dvlocks.rst183 to be implicitly initialised to an unlocked state simply by putting
/linux/Documentation/w1/
H A Dw1-netlink.rst178 When all commands (w1_netlink_cmd) are processed master device is unlocked
/linux/arch/arm/mach-omap2/
H A Dsram242x.S74 orreq r1, r1, #0x4 @ make sure exit with unlocked value
H A Dsram243x.S74 orreq r1, r1, #0x4 @ make sure exit with unlocked value

12