Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/vfio/
Dvfio_iommu_type1.c479 long unlocked = 0, locked = 0; in vfio_unpin_pages_remote() local
484 unlocked++; in vfio_unpin_pages_remote()
491 vfio_lock_acct(dma, locked - unlocked, true); in vfio_unpin_pages_remote()
493 return unlocked; in vfio_unpin_pages_remote()
526 int unlocked; in vfio_unpin_page_external() local
532 unlocked = vfio_iova_put_vfio_pfn(dma, vpfn); in vfio_unpin_page_external()
535 vfio_lock_acct(dma, -unlocked, true); in vfio_unpin_page_external()
537 return unlocked; in vfio_unpin_page_external()
668 long unlocked = 0; in vfio_sync_unpin() local
674 unlocked += vfio_unpin_pages_remote(dma, in vfio_sync_unpin()
[all …]
/Linux-v4.19/arch/s390/kvm/
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()
984 bool unlocked = false; in handle_pfmf() local
[all …]
/Linux-v4.19/drivers/mfd/
Dwm8350-regmap.c294 if (!wm8350->unlocked) { in wm8350_writeable()
Dwm8350-core.c151 wm8350->unlocked = false; in wm8350_reg_lock()
180 wm8350->unlocked = true; in wm8350_reg_unlock()
/Linux-v4.19/Documentation/i2c/
Di2c-topology147 adapter during the transaction are unlocked i2c transfers (using e.g.
161 caused by these subsystems are unlocked. This can be convoluted to
185 its select, those transfers must be unlocked i2c-transfers so
188 unlocked i2c-transfer, so that it does not deadlock the parent
223 issues any unlocked i2c transfers on the root adapter that may leak
/Linux-v4.19/Documentation/devicetree/
Dchangesets.txt27 through locking. An unlocked version __of_changeset_apply is available,
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Darm-syscon-icst.txt11 these frequencies, the system controller must first be unlocked by
/Linux-v4.19/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-v4.19/Documentation/scheduler/
Dsched-arch.txt13 To request the scheduler call switch_to with the runqueue unlocked,
/Linux-v4.19/Documentation/
Dhwspinlock.txt196 code should **never** unlock an hwspinlock which is already unlocked
204 The caller should **never** unlock an hwspinlock which is already unlocked.
217 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-v4.19/Documentation/filesystems/nfs/
Dfault_injection.txt47 unlocked through the VFS as they are cleared from this list).
/Linux-v4.19/drivers/mtd/chips/
DKconfig165 program individual bits, as long as the register remains unlocked.
172 Register is locked, it cannot be unlocked.
/Linux-v4.19/Documentation/locking/
Drt-mutex.txt23 unlocked.
/Linux-v4.19/include/linux/mfd/wm8350/
Dcore.h603 bool unlocked; member
/Linux-v4.19/mm/
Dgup.c818 bool *unlocked) in fixup_user_fault() argument
823 if (unlocked) in fixup_user_fault()
847 *unlocked = true; in fixup_user_fault()
/Linux-v4.19/Documentation/gpu/
Dintroduction.rst33 Except in special situations (to separate locked from unlocked variants)
/Linux-v4.19/Documentation/media/uapi/v4l/
Duserp.rst62 ioctl. The memory is also unlocked when
Ddmabuf.rst124 memory is also unlocked when
/Linux-v4.19/tools/memory-model/
Dlock.cat55 * An LKR must always see an unlocked value; spin_lock() calls nested
/Linux-v4.19/net/sched/
Dact_ipt.c218 int bind, bool unlocked, in tcf_xt_init() argument
/Linux-v4.19/Documentation/vm/
Dunevictable-lru.rst206 may change once the page is unlocked, putback_lru_page() will recheck the
272 mlocked pages become unlocked and rescued from the unevictable list when:
274 (1) mapped in a range unlocked via the munlock()/munlockall() system calls;
389 the page might have already been unlocked by another task. If the page was
/Linux-v4.19/Documentation/w1/
Dw1.netlink166 When all commands (w1_netlink_cmd) are processed master device is unlocked
/Linux-v4.19/Documentation/arm/
Dvlocks.txt182 to be implicitly initialised to an unlocked state simply by putting
/Linux-v4.19/arch/arm/mach-omap2/
Dsram243x.S88 orreq r1, r1, #0x4 @ make sure exit with unlocked value

12