/Linux-v5.15/drivers/vfio/ |
D | vfio_iommu_type1.c | 519 bool unlocked = false; in follow_fault_pfn() local 524 &unlocked); in follow_fault_pfn() 525 if (unlocked) in follow_fault_pfn() 765 long unlocked = 0, locked = 0; in vfio_unpin_pages_remote() local 770 unlocked++; in vfio_unpin_pages_remote() 777 vfio_lock_acct(dma, locked - unlocked, true); in vfio_unpin_pages_remote() 779 return unlocked; in vfio_unpin_pages_remote() 819 int unlocked; in vfio_unpin_page_external() local 825 unlocked = vfio_iova_put_vfio_pfn(dma, vpfn); in vfio_unpin_page_external() 828 vfio_lock_acct(dma, -unlocked, true); in vfio_unpin_page_external() [all …]
|
/Linux-v5.15/Documentation/driver-api/nvdimm/ |
D | security.rst | 22 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-v5.15/arch/s390/kvm/ |
D | priv.c | 250 bool unlocked; in handle_iske() local 271 unlocked = false; in handle_iske() 277 FAULT_FLAG_WRITE, &unlocked); in handle_iske() 297 bool unlocked; in handle_rrbe() local 318 unlocked = false; in handle_rrbe() 323 FAULT_FLAG_WRITE, &unlocked); in handle_rrbe() 348 bool unlocked; in handle_sske() local 382 unlocked = false; in handle_sske() 394 FAULT_FLAG_WRITE, &unlocked); in handle_sske() 1079 bool unlocked = false; in handle_pfmf() local [all …]
|
/Linux-v5.15/Documentation/driver-api/surface_aggregator/clients/ |
D | dtx.rst | 62 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-v5.15/drivers/mfd/ |
D | wm8350-regmap.c | 290 if (!wm8350->unlocked) { in wm8350_writeable()
|
D | wm8350-core.c | 149 wm8350->unlocked = false; in wm8350_reg_lock() 180 wm8350->unlocked = true; in wm8350_reg_unlock()
|
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.h | 210 bool unlocked; member 403 bool unlocked, struct dma_resv *resv,
|
D | amdgpu_vm_sdma.c | 109 if (p->unlocked) { in amdgpu_vm_sdma_commit()
|
D | amdgpu_vm.c | 1547 if (!params->unlocked) { in amdgpu_vm_update_ptes() 1559 if (params->unlocked) { in amdgpu_vm_update_ptes() 1696 bool unlocked, struct dma_resv *resv, in amdgpu_vm_bo_update_mapping() argument 1717 params.unlocked = unlocked; in amdgpu_vm_bo_update_mapping() 1733 if (!unlocked && !dma_fence_is_signaled(vm->last_unlocked)) { in amdgpu_vm_bo_update_mapping()
|
/Linux-v5.15/Documentation/i2c/ |
D | i2c-topology.rst | 163 adapter during the transaction are unlocked I2C transfers (using e.g. 178 caused by these subsystems are unlocked. This can be convoluted to 205 its select, those transfers must be unlocked I2C transfers so 208 unlocked I2C transfer, so that it does not deadlock the parent 243 issues any unlocked I2C transfers on the root adapter that may leak
|
/Linux-v5.15/Documentation/devicetree/ |
D | changesets.rst | 33 through locking. An unlocked version __of_changeset_apply is available,
|
/Linux-v5.15/include/linux/ |
D | rhashtable.h | 1050 goto unlocked; in __rhashtable_remove_fast_one() 1054 unlocked: in __rhashtable_remove_fast_one() 1177 goto unlocked; in __rhashtable_replace_fast() 1182 unlocked: in __rhashtable_replace_fast()
|
/Linux-v5.15/Documentation/locking/ |
D | hwspinlock.rst | 257 code should **never** unlock an hwspinlock which is already unlocked 265 The caller should **never** unlock an hwspinlock which is already unlocked. 278 The caller should **never** unlock an hwspinlock which is already unlocked. 290 The caller should **never** unlock an hwspinlock which is already unlocked. 300 The caller should **never** unlock an hwspinlock which is already unlocked.
|
D | rt-mutex.rst | 24 unlocked.
|
/Linux-v5.15/Documentation/trace/ |
D | intel_th.rst | 139 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-v5.15/arch/s390/mm/ |
D | gmap.c | 640 bool unlocked; in gmap_fault() local 645 unlocked = false; in gmap_fault() 652 &unlocked)) { in gmap_fault() 660 if (unlocked) in gmap_fault() 877 bool unlocked = false; in gmap_pte_op_fixup() local 881 if (fixup_user_fault(mm, vmaddr, fault_flags, &unlocked)) in gmap_pte_op_fixup() 883 if (unlocked) in gmap_pte_op_fixup()
|
/Linux-v5.15/Documentation/scheduler/ |
D | sched-arch.rst | 15 To request the scheduler call switch_to with the runqueue unlocked,
|
/Linux-v5.15/fs/netfs/ |
D | read_helper.c | 242 pgoff_t unlocked = 0; in netfs_rreq_unmark_after_write() local 254 if (have_unlocked && page->index <= unlocked) in netfs_rreq_unmark_after_write() 256 unlocked = page->index; in netfs_rreq_unmark_after_write()
|
/Linux-v5.15/drivers/mtd/chips/ |
D | Kconfig | 166 program individual bits, as long as the register remains unlocked. 173 Register is locked, it cannot be unlocked.
|
/Linux-v5.15/include/linux/mfd/wm8350/ |
D | core.h | 598 bool unlocked; member
|
/Linux-v5.15/tools/memory-model/ |
D | lock.cat | 52 * An LKR must always see an unlocked value; spin_lock() calls nested
|
/Linux-v5.15/Documentation/gpu/ |
D | introduction.rst | 33 Except in special situations (to separate locked from unlocked variants)
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | dmabuf.rst | 124 memory is also unlocked when
|
D | userp.rst | 63 ioctl. The memory is also unlocked when
|
/Linux-v5.15/arch/arm64/boot/dts/qcom/ |
D | msm8916-huawei-g7.dts | 20 * making it think the bootloader is unlocked.
|