Home
last modified time | relevance | path

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

12

/linux/drivers/base/
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()
/linux/sound/soc/
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()
405 undo: in snd_soc_jack_add_gpios()
/linux/ipc/
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()
774 un->semadj[sop->sem_num] = undo; in perform_atomic_semop()
1735 compat_uptr_t undo; member
[all …]
/linux/drivers/xen/
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()
/linux/Documentation/firmware-guide/acpi/
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
/linux/drivers/video/fbdev/omap2/omapfb/
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()
/linux/drivers/staging/octeon/
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()
/linux/fs/gfs2/
A Dops_fstype.c399 int undo) in init_locking() argument
403 if (undo) in init_locking()
730 static int init_journal(struct gfs2_sbd *sdp, int undo) in init_journal() argument
738 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()
/linux/include/uapi/linux/
A Dsem.h32 struct sem_undo *undo; /* undo requests on this array */ member
/linux/include/linux/
A Dattribute_container.h61 int (*undo)(struct attribute_container *,
/linux/arch/arm/boot/dts/
A Darmada-388-clearfog-base.dts51 * We undo that rubbish here.
A Darmada-38x-solidrun-microsom.dtsi67 * We undo that rubbish here.
A Darmada-385-clearfog-gtr.dtsi347 * We undo that rubbish here.
/linux/Documentation/process/
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
/linux/Documentation/crypto/
A Dcrypto_engine.rst50 request is handled. Clean up / undo what was done in the prepare function.
/linux/drivers/platform/mellanox/
A DKconfig66 and to set up a watchdog that can undo that swap if the system
/linux/net/netlink/
A Daf_netlink.c978 int undo; in netlink_undo_bind() local
983 for (undo = 0; undo < group; undo++) in netlink_undo_bind()
984 if (test_bit(undo, &groups)) in netlink_undo_bind()
985 nlk->netlink_unbind(sock_net(sk), undo + 1); in netlink_undo_bind()
/linux/Documentation/userspace-api/
A Dfutex2.rst53 to ``val``. If it's different, the syscall undo all the work done so far and
/linux/fs/ntfs3/
A Dindex.c1472 struct ntfs_fnd *fnd, bool undo) in indx_insert_into_root() argument
1510 if ((undo || asize + ds_root < sbi->max_bytes_per_attr) && in indx_insert_into_root()
1646 err = indx_insert_entry(indx, ni, new_de, ctx, fnd, undo); in indx_insert_into_root()
1817 struct ntfs_fnd *fnd, bool undo) in indx_insert_entry() argument
1863 fnd, undo); in indx_insert_entry()
/linux/Documentation/driver-api/media/
A Dtx-rx.rst114 ``.post_streamoff()`` callback is used to undo what was done by the
/linux/kernel/sched/
A Drt.c2934 goto undo; in sched_rt_handler()
2938 goto undo; in sched_rt_handler()
2942 goto undo; in sched_rt_handler()
2948 undo: in sched_rt_handler()
/linux/drivers/scsi/aic94xx/
A Daic94xx_hwi.c1055 goto undo; in asd_ascb_alloc()
1061 undo: in asd_ascb_alloc()
/linux/net/bridge/
A Dbr_fdb.c285 goto undo; in fdb_add_hw_addr()
290 undo: in fdb_add_hw_addr()
/linux/Documentation/networking/
A Dnetdevices.rst63 /* ... undo the device setup ... */
/linux/Documentation/admin-guide/
A Dtainted-kernels.rst12 Note the kernel will remain tainted even after you undo what caused the taint

Completed in 58 milliseconds

12