Home
last modified time | relevance | path

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

123

/linux/drivers/vfio/
A Dvfio_iommu_type1.c515 bool unlocked = false; in follow_fault_pfn() local
520 &unlocked); in follow_fault_pfn()
521 if (unlocked) in follow_fault_pfn()
766 unlocked++; in vfio_unpin_pages_remote()
775 return unlocked; in vfio_unpin_pages_remote()
815 int unlocked; in vfio_unpin_page_external() local
826 return unlocked; in vfio_unpin_page_external()
989 long unlocked = 0; in vfio_sync_unpin() local
1006 return unlocked; in vfio_sync_unpin()
1084 long unlocked = 0; in vfio_unmap_unpin() local
[all …]
/linux/Documentation/driver-api/nvdimm/
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/arch/s390/kvm/
A Dpriv.c250 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()
1081 bool unlocked = false; in handle_pfmf() local
[all …]
/linux/Documentation/driver-api/surface_aggregator/clients/
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/
A Dwm8350-regmap.c290 if (!wm8350->unlocked) { in wm8350_writeable()
A Dwm8350-core.c149 wm8350->unlocked = false; in wm8350_reg_lock()
180 wm8350->unlocked = true; in wm8350_reg_unlock()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm.h210 bool unlocked; member
403 bool unlocked, struct dma_resv *resv,
A Damdgpu_vm_sdma.c109 if (p->unlocked) { in amdgpu_vm_sdma_commit()
A Damdgpu_vm.c1559 if (!params->unlocked) { in amdgpu_vm_update_ptes()
1571 if (params->unlocked) { in amdgpu_vm_update_ptes()
1708 bool unlocked, struct dma_resv *resv, in amdgpu_vm_bo_update_mapping() argument
1729 params.unlocked = unlocked; in amdgpu_vm_bo_update_mapping()
1745 if (!unlocked && !dma_fence_is_signaled(vm->last_unlocked)) { in amdgpu_vm_bo_update_mapping()
/linux/Documentation/i2c/
A Di2c-topology.rst163 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/include/linux/
A Drhashtable.h1050 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/Documentation/locking/
A Dhwspinlock.rst257 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.
A Drt-mutex.rst24 unlocked.
/linux/Documentation/devicetree/
A Dchangesets.rst33 through locking. An unlocked version __of_changeset_apply is available,
/linux/arch/s390/mm/
A Dgmap.c640 bool unlocked; in gmap_fault() local
645 unlocked = false; in gmap_fault()
652 &unlocked)) { in gmap_fault()
660 if (unlocked) in gmap_fault()
884 bool unlocked = false; in gmap_pte_op_fixup() local
888 if (fixup_user_fault(mm, vmaddr, fault_flags, &unlocked)) in gmap_pte_op_fixup()
890 if (unlocked) in gmap_pte_op_fixup()
/linux/Documentation/trace/
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/fs/netfs/
A Dread_helper.c242 pgoff_t unlocked = 0; in netfs_rreq_unmark_after_write() local
254 if (have_unlocked && folio_index(folio) <= unlocked) in netfs_rreq_unmark_after_write()
256 unlocked = folio_index(folio); in netfs_rreq_unmark_after_write()
/linux/Documentation/scheduler/
A Dsched-arch.rst15 To request the scheduler call switch_to with the runqueue unlocked,
/linux/Documentation/devicetree/bindings/clock/
A Darm,syscon-icst.yaml21 these frequencies, the system controller must first be unlocked by
/linux/drivers/mtd/chips/
A DKconfig168 program individual bits, as long as the register remains unlocked.
175 Register is locked, it cannot be unlocked.
/linux/include/linux/mfd/wm8350/
A Dcore.h598 bool unlocked; member
/linux/tools/memory-model/
A Dlock.cat52 * An LKR must always see an unlocked value; spin_lock() calls nested
/linux/Documentation/gpu/
A Dintroduction.rst33 Except in special situations (to separate locked from unlocked variants)
/linux/Documentation/userspace-api/media/v4l/
A Ddmabuf.rst124 memory is also unlocked when
A Duserp.rst63 ioctl. The memory is also unlocked when

Completed in 57 milliseconds

123