Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/vfio/
Dvfio_iommu_type1.c480 long unlocked = 0, locked = 0; in vfio_unpin_pages_remote() local
485 unlocked++; in vfio_unpin_pages_remote()
492 vfio_lock_acct(dma, locked - unlocked, true); in vfio_unpin_pages_remote()
494 return unlocked; in vfio_unpin_pages_remote()
527 int unlocked; in vfio_unpin_page_external() local
533 unlocked = vfio_iova_put_vfio_pfn(dma, vpfn); in vfio_unpin_page_external()
536 vfio_lock_acct(dma, -unlocked, true); in vfio_unpin_page_external()
538 return unlocked; in vfio_unpin_page_external()
665 long unlocked = 0; in vfio_sync_unpin() local
671 unlocked += vfio_unpin_pages_remote(dma, in vfio_sync_unpin()
[all …]
/Linux-v5.4/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-v5.4/arch/s390/kvm/
Dpriv.c251 bool unlocked; in handle_iske() local
272 unlocked = false; in handle_iske()
278 FAULT_FLAG_WRITE, &unlocked); in handle_iske()
298 bool unlocked; in handle_rrbe() local
319 unlocked = false; in handle_rrbe()
324 FAULT_FLAG_WRITE, &unlocked); in handle_rrbe()
349 bool unlocked; in handle_sske() local
383 unlocked = false; in handle_sske()
395 FAULT_FLAG_WRITE, &unlocked); in handle_sske()
1070 bool unlocked = false; in handle_pfmf() local
[all …]
/Linux-v5.4/drivers/mfd/
Dwm8350-regmap.c290 if (!wm8350->unlocked) { in wm8350_writeable()
Dwm8350-core.c147 wm8350->unlocked = false; in wm8350_reg_lock()
176 wm8350->unlocked = true; in wm8350_reg_unlock()
/Linux-v5.4/Documentation/i2c/
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-v5.4/include/linux/
Drhashtable.h1057 goto unlocked; in __rhashtable_remove_fast_one()
1061 unlocked: in __rhashtable_remove_fast_one()
1184 goto unlocked; in __rhashtable_replace_fast()
1189 unlocked: in __rhashtable_replace_fast()
/Linux-v5.4/Documentation/devicetree/
Dchangesets.txt27 through locking. An unlocked version __of_changeset_apply is available,
/Linux-v5.4/Documentation/
Dhwspinlock.txt257 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.
Dpi-futex.txt80 normal futex-based locks: a 0 value means unlocked, and a value==TID
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Darm-syscon-icst.txt11 these frequencies, the system controller must first be unlocked by
/Linux-v5.4/arch/s390/mm/
Dgmap.c641 bool unlocked; in gmap_fault() local
646 unlocked = false; in gmap_fault()
653 &unlocked)) { in gmap_fault()
661 if (unlocked) in gmap_fault()
874 bool unlocked = false; in gmap_pte_op_fixup() local
878 if (fixup_user_fault(current, mm, vmaddr, fault_flags, &unlocked)) in gmap_pte_op_fixup()
880 if (unlocked) in gmap_pte_op_fixup()
/Linux-v5.4/Documentation/scheduler/
Dsched-arch.rst15 To request the scheduler call switch_to with the runqueue unlocked,
/Linux-v5.4/Documentation/filesystems/nfs/
Dfault_injection.txt47 unlocked through the VFS as they are cleared from this list).
/Linux-v5.4/drivers/mtd/chips/
DKconfig166 program individual bits, as long as the register remains unlocked.
173 Register is locked, it cannot be unlocked.
/Linux-v5.4/Documentation/locking/
Drt-mutex.rst24 unlocked.
/Linux-v5.4/include/linux/mfd/wm8350/
Dcore.h598 bool unlocked; member
/Linux-v5.4/tools/memory-model/
Dlock.cat52 * An LKR must always see an unlocked value; spin_lock() calls nested
/Linux-v5.4/net/sched/
Dact_ipt.c216 int bind, bool unlocked, struct tcf_proto *tp, in tcf_xt_init() argument
/Linux-v5.4/Documentation/gpu/
Dintroduction.rst33 Except in special situations (to separate locked from unlocked variants)
/Linux-v5.4/mm/
Dgup.c950 bool *unlocked) in fixup_user_fault() argument
957 if (unlocked) in fixup_user_fault()
981 *unlocked = true; in fixup_user_fault()
/Linux-v5.4/Documentation/media/uapi/v4l/
Duserp.rst69 ioctl. The memory is also unlocked when
Ddmabuf.rst131 memory is also unlocked when
/Linux-v5.4/Documentation/arm/
Dvlocks.rst183 to be implicitly initialised to an unlocked state simply by putting
/Linux-v5.4/Documentation/w1/
Dw1-netlink.rst178 When all commands (w1_netlink_cmd) are processed master device is unlocked

12