Home
last modified time | relevance | path

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

123

/Linux-v6.1/drivers/vfio/
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()
773 long unlocked = 0, locked = 0; in vfio_unpin_pages_remote() local
778 unlocked++; in vfio_unpin_pages_remote()
785 vfio_lock_acct(dma, locked - unlocked, true); in vfio_unpin_pages_remote()
787 return unlocked; in vfio_unpin_pages_remote()
827 int unlocked; in vfio_unpin_page_external() local
833 unlocked = vfio_iova_put_vfio_pfn(dma, vpfn); in vfio_unpin_page_external()
836 vfio_lock_acct(dma, -unlocked, true); in vfio_unpin_page_external()
[all …]
/Linux-v6.1/Documentation/driver-api/nvdimm/
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-v6.1/arch/s390/kvm/
Dpriv.c262 bool unlocked; in handle_iske() local
283 unlocked = false; in handle_iske()
289 FAULT_FLAG_WRITE, &unlocked); in handle_iske()
309 bool unlocked; in handle_rrbe() local
330 unlocked = false; in handle_rrbe()
335 FAULT_FLAG_WRITE, &unlocked); in handle_rrbe()
360 bool unlocked; in handle_sske() local
394 unlocked = false; in handle_sske()
406 FAULT_FLAG_WRITE, &unlocked); in handle_sske()
1105 bool unlocked = false; in handle_pfmf() local
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm_pt.c682 bool unlocked) in amdgpu_vm_pt_free_dfs() argument
687 if (unlocked) { in amdgpu_vm_pt_free_dfs()
897 if (!params->unlocked) { in amdgpu_vm_ptes_update()
909 if (params->unlocked) { in amdgpu_vm_ptes_update()
1009 params->unlocked); in amdgpu_vm_ptes_update()
Damdgpu_vm.h210 bool unlocked; member
411 bool immediate, bool unlocked, bool flush_tlb,
Damdgpu_vm_sdma.c109 if (p->unlocked) { in amdgpu_vm_sdma_commit()
Damdgpu_vm.c771 bool immediate, bool unlocked, bool flush_tlb, in amdgpu_vm_update_range() argument
808 params.unlocked = unlocked; in amdgpu_vm_update_range()
824 if (!unlocked && !dma_fence_is_signaled(vm->last_unlocked)) { in amdgpu_vm_update_range()
/Linux-v6.1/Documentation/driver-api/surface_aggregator/clients/
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-v6.1/drivers/mfd/
Dwm8350-regmap.c290 if (!wm8350->unlocked) { in wm8350_writeable()
Dwm8350-core.c149 wm8350->unlocked = false; in wm8350_reg_lock()
180 wm8350->unlocked = true; in wm8350_reg_unlock()
/Linux-v6.1/fs/netfs/
Dio.c115 pgoff_t unlocked = 0; in netfs_rreq_unmark_after_write() local
130 if (have_unlocked && folio_index(folio) <= unlocked) in netfs_rreq_unmark_after_write()
132 unlocked = folio_index(folio); in netfs_rreq_unmark_after_write()
/Linux-v6.1/Documentation/i2c/
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-v6.1/Documentation/devicetree/
Dchangesets.rst33 through locking. An unlocked version __of_changeset_apply is available,
/Linux-v6.1/include/linux/
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-v6.1/Documentation/locking/
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.
Drt-mutex.rst24 unlocked.
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-driver-ccp17 whether the AMD CPU or APU has been unlocked for debugging.
/Linux-v6.1/Documentation/trace/
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-v6.1/arch/s390/mm/
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-v6.1/Documentation/scheduler/
Dsched-arch.rst15 To request the scheduler call switch_to with the runqueue unlocked,
/Linux-v6.1/mm/
Dgup.c1340 bool *unlocked) in fixup_user_fault() argument
1347 if (unlocked) in fixup_user_fault()
1371 *unlocked = true; in fixup_user_fault()
1385 *unlocked = true; in fixup_user_fault()
1848 bool unlocked = false; in fault_in_safe_writeable() local
1858 if (fixup_user_fault(mm, start, FAULT_FLAG_WRITE, &unlocked)) in fault_in_safe_writeable()
/Linux-v6.1/drivers/mtd/chips/
DKconfig168 program individual bits, as long as the register remains unlocked.
175 Register is locked, it cannot be unlocked.
/Linux-v6.1/include/linux/mfd/wm8350/
Dcore.h598 bool unlocked; member
/Linux-v6.1/tools/memory-model/
Dlock.cat52 * An LKR must always see an unlocked value; spin_lock() calls nested
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Duserp.rst63 ioctl. The memory is also unlocked when

123