Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 25 of 93) sorted by relevance

1234

/openbmc/qemu/tests/unit/
H A Dtest-iov.c342 IOVDiscardUndo undo; in test_discard_front_undo() local
356 iov_discard_undo(&undo); in test_discard_front_undo()
368 iov_discard_undo(&undo); in test_discard_front_undo()
380 iov_discard_undo(&undo); in test_discard_front_undo()
392 iov_discard_undo(&undo); in test_discard_front_undo()
403 iov_discard_undo(&undo); in test_discard_front_undo()
415 iov_discard_undo(&undo); in test_discard_front_undo()
492 IOVDiscardUndo undo; in test_discard_back_undo() local
504 iov_discard_undo(&undo); in test_discard_back_undo()
515 iov_discard_undo(&undo); in test_discard_back_undo()
[all …]
/openbmc/qemu/util/
H A Diov.c611 if (undo->modified_iov) { in iov_discard_undo()
612 *undo->modified_iov = undo->orig; in iov_discard_undo()
624 if (undo) { in iov_discard_front_undoable()
625 undo->modified_iov = NULL; in iov_discard_front_undoable()
630 if (undo) { in iov_discard_front_undoable()
631 undo->modified_iov = cur; in iov_discard_front_undoable()
632 undo->orig = *cur; in iov_discard_front_undoable()
664 if (undo) { in iov_discard_back_undoable()
665 undo->modified_iov = NULL; in iov_discard_back_undoable()
676 if (undo) { in iov_discard_back_undoable()
[all …]
/openbmc/linux/drivers/base/
H A Dattribute_container.c244 int (*undo)(struct attribute_container *, in do_attribute_container_device_trigger_safe()
267 if (!undo) in do_attribute_container_device_trigger_safe()
277 undo(cont, dev, &ic->classdev); in do_attribute_container_device_trigger_safe()
301 int (*undo)(struct attribute_container *, in attribute_container_device_trigger_safe()
316 fn, undo); in attribute_container_device_trigger_safe()
323 if (ret && !WARN_ON(!undo)) { in attribute_container_device_trigger_safe()
333 undo, NULL); in attribute_container_device_trigger_safe()
/openbmc/linux/sound/soc/
H A Dsoc-jack.c329 goto undo; in snd_soc_jack_add_gpios()
345 goto undo; in snd_soc_jack_add_gpios()
354 goto undo; in snd_soc_jack_add_gpios()
360 goto undo; in snd_soc_jack_add_gpios()
406 undo: in snd_soc_jack_add_gpios()
/openbmc/qemu/include/qemu/
H A Diov.h145 void iov_discard_undo(IOVDiscardUndo *undo);
152 size_t bytes, IOVDiscardUndo *undo);
154 size_t bytes, IOVDiscardUndo *undo);
/openbmc/linux/ipc/
H A Dsem.c133 struct sem_undo *undo; /* undo structure */ member
657 un = q->undo; in perform_atomic_semop_slow()
677 if (undo < (-SEMAEM - 1) || undo > SEMAEM) in perform_atomic_semop_slow()
679 un->semadj[sop->sem_num] = undo; in perform_atomic_semop_slow()
696 goto undo; in perform_atomic_semop_slow()
706 undo: in perform_atomic_semop_slow()
729 un = q->undo; in perform_atomic_semop()
761 if (undo < (-SEMAEM - 1) || undo > SEMAEM) in perform_atomic_semop()
773 un->semadj[sop->sem_num] = undo; in perform_atomic_semop()
1733 compat_uptr_t undo; member
[all …]
/openbmc/linux/drivers/xen/
H A Dgntalloc.c134 goto undo; in add_grefs()
143 goto undo; in add_grefs()
151 goto undo; in add_grefs()
163 undo: in add_grefs()
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dmethod-customizing.rst72 3. undo your changes
74 The "undo" operation is not supported for a new inserted method
76 For an overridden method, in order to undo your changes, please
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c106 goto undo; in omapfb_setup_plane()
113 goto undo; in omapfb_setup_plane()
126 goto undo; in omapfb_setup_plane()
132 goto undo; in omapfb_setup_plane()
138 goto undo; in omapfb_setup_plane()
153 undo: in omapfb_setup_plane()
/openbmc/linux/arch/s390/kernel/
H A Dperf_pai_ext.c167 goto undo; in paiext_alloc()
187 goto undo; in paiext_alloc()
200 goto undo; in paiext_alloc()
208 undo: in paiext_alloc()
/openbmc/linux/include/uapi/linux/
H A Dsem.h32 struct sem_undo *undo; /* undo requests on this array */ member
/openbmc/linux/drivers/staging/octeon/
H A Dethernet-tx.c51 int undo; in cvm_oct_adjust_skb_to_free() local
53 undo = skb_to_free > 0 ? MAX_SKB_TO_FREE : skb_to_free + in cvm_oct_adjust_skb_to_free()
55 if (undo > 0) in cvm_oct_adjust_skb_to_free()
56 cvmx_fau_atomic_add32(fau, -undo); in cvm_oct_adjust_skb_to_free()
/openbmc/linux/include/linux/
H A Dattribute_container.h61 int (*undo)(struct attribute_container *,
/openbmc/linux/fs/gfs2/
H A Dops_fstype.c400 int undo) in init_locking() argument
404 if (undo) in init_locking()
732 static int init_journal(struct gfs2_sbd *sdp, int undo) in init_journal() argument
740 if (undo) in init_journal()
878 static int init_inodes(struct gfs2_sbd *sdp, int undo) in init_inodes() argument
883 if (undo) in init_inodes()
886 error = init_journal(sdp, undo); in init_inodes()
931 static int init_per_node(struct gfs2_sbd *sdp, int undo) in init_per_node() argument
942 if (undo) in init_per_node()
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-388-clearfog-base.dts51 * We undo that rubbish here.
H A Darmada-38x-solidrun-microsom.dtsi67 * We undo that rubbish here.
/openbmc/u-boot/arch/arm/dts/
H A Darmada-38x-solidrun-microsom.dtsi62 * We undo that rubbish here.
/openbmc/linux/arch/arm/boot/compressed/
H A Defi-header.S24 eor r5, r5, 0x4d000 @ undo previous insn
/openbmc/linux/Documentation/crypto/
H A Dcrypto_engine.rst50 request is handled. Clean up / undo what was done in the prepare function.
/openbmc/linux/Documentation/process/
H A Dmanagement-style.rst63 you **will** be wrong), you can always undo the damage later by
81 incompetent nincompoop, say you're sorry, and undo all the worthless
94 too, and while the actual **work** was easy enough to undo by just
143 It turns out that while it's easy to undo technical mistakes, it's not
144 as easy to undo personality disorders. You just have to live with
/openbmc/qemu/hw/misc/
H A Divshmem.c773 goto undo; in ivshmem_enable_irqfd()
782 goto undo; in ivshmem_enable_irqfd()
786 undo: in ivshmem_enable_irqfd()
/openbmc/qemu/hw/pci/
H A Dmsix.c636 goto undo; in msix_set_vector_notifiers()
645 undo: in msix_set_vector_notifiers()
/openbmc/telemetry/
H A D.gitignore160 # Persistent undo
/openbmc/linux/drivers/platform/mellanox/
H A DKconfig67 and to set up a watchdog that can undo that swap if the system
/openbmc/linux/Documentation/userspace-api/
H A Dfutex2.rst53 to ``val``. If it's different, the syscall undo all the work done so far and

1234