Home
last modified time | relevance | path

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

12

/Linux-v5.4/sound/soc/
Dsoc-jack.c369 goto undo; in snd_soc_jack_add_gpios()
385 goto undo; in snd_soc_jack_add_gpios()
394 goto undo; in snd_soc_jack_add_gpios()
400 goto undo; in snd_soc_jack_add_gpios()
445 undo: in snd_soc_jack_add_gpios()
/Linux-v5.4/ipc/
Dsem.c133 struct sem_undo *undo; /* undo structure */ member
636 un = q->undo; in perform_atomic_semop_slow()
654 int undo = un->semadj[sop->sem_num] - sem_op; in perform_atomic_semop_slow() local
656 if (undo < (-SEMAEM - 1) || undo > SEMAEM) in perform_atomic_semop_slow()
658 un->semadj[sop->sem_num] = undo; in perform_atomic_semop_slow()
675 goto undo; in perform_atomic_semop_slow()
685 undo: in perform_atomic_semop_slow()
708 un = q->undo; in perform_atomic_semop()
737 int undo = un->semadj[sop->sem_num] - sem_op; in perform_atomic_semop() local
740 if (undo < (-SEMAEM - 1) || undo > SEMAEM) in perform_atomic_semop()
[all …]
/Linux-v5.4/drivers/xen/
Dgntalloc.c134 goto undo; in add_grefs()
143 goto undo; in add_grefs()
151 goto undo; in add_grefs()
163 undo: in add_grefs()
/Linux-v5.4/Documentation/firmware-guide/acpi/
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
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/
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()
/Linux-v5.4/mm/
Dpage_isolation.c211 goto undo; in start_isolate_page_range()
217 undo: in start_isolate_page_range()
/Linux-v5.4/include/uapi/linux/
Dsem.h32 struct sem_undo *undo; /* undo requests on this array */ member
/Linux-v5.4/drivers/staging/octeon/
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()
/Linux-v5.4/fs/gfs2/
Dops_fstype.c387 int undo) in init_locking() argument
391 if (undo) in init_locking()
643 static int init_journal(struct gfs2_sbd *sdp, int undo) in init_journal() argument
651 if (undo) { in init_journal()
779 static int init_inodes(struct gfs2_sbd *sdp, int undo) in init_inodes() argument
784 if (undo) in init_inodes()
787 error = init_journal(sdp, undo); in init_inodes()
842 static int init_per_node(struct gfs2_sbd *sdp, int undo) in init_per_node() argument
853 if (undo) in init_per_node()
/Linux-v5.4/arch/arm/boot/dts/
Darmada-388-clearfog-base.dts51 * We undo that rubbish here.
Darmada-38x-solidrun-microsom.dtsi67 * We undo that rubbish here.
/Linux-v5.4/Documentation/crypto/
Dcrypto_engine.rst50 request is handled. Clean up / undo what was done in the prepare function.
/Linux-v5.4/Documentation/process/
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
Dapplying-patches.rst62 You can revert (undo) it like this::
/Linux-v5.4/net/netlink/
Daf_netlink.c964 int undo; in netlink_undo_bind() local
969 for (undo = 0; undo < group; undo++) in netlink_undo_bind()
970 if (test_bit(undo, &groups)) in netlink_undo_bind()
971 nlk->netlink_unbind(sock_net(sk), undo + 1); in netlink_undo_bind()
/Linux-v5.4/kernel/sched/
Drt.c2663 goto undo; in sched_rt_handler()
2667 goto undo; in sched_rt_handler()
2671 goto undo; in sched_rt_handler()
2677 undo: in sched_rt_handler()
Dcore.c1127 goto undo; in sysctl_sched_uclamp_handler()
1134 goto undo; in sysctl_sched_uclamp_handler()
1159 undo: in sysctl_sched_uclamp_handler()
/Linux-v5.4/net/bridge/
Dbr_fdb.c166 goto undo; in fdb_add_hw_addr()
171 undo: in fdb_add_hw_addr()
/Linux-v5.4/drivers/scsi/aic94xx/
Daic94xx_hwi.c1055 goto undo; in asd_ascb_alloc()
1061 undo: in asd_ascb_alloc()
/Linux-v5.4/Documentation/admin-guide/
Dtainted-kernels.rst12 Note the kernel will remain tainted even after you undo what caused the taint
/Linux-v5.4/fs/jbd2/
Dtransaction.c1054 bool undo) in jbd2_write_access_granted() argument
1082 if (undo && !jh->b_committed_data) in jbd2_write_access_granted()
/Linux-v5.4/Documentation/powerpc/
Dtransactional_memory.rst18 guaranteed to either complete atomically or roll back and undo any partial
/Linux-v5.4/arch/sh/lib/
Dmemcpy-sh4.S639 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:
/Linux-v5.4/Documentation/networking/
Dphy.rst57 mdiobus_register. Similarly, there's a remove function to undo all of
/Linux-v5.4/Documentation/filesystems/
Dubifs-authentication.rst220 index commits. That means that an attacker is able to partially undo changes.

12