Home
last modified time | relevance | path

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

12

/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()
/linux/sound/soc/
H A Dsoc-jack.c328 goto undo; in snd_soc_jack_add_gpios()
344 goto undo; in snd_soc_jack_add_gpios()
349 goto undo; in snd_soc_jack_add_gpios()
363 goto undo; in snd_soc_jack_add_gpios()
391 undo: in snd_soc_jack_add_gpios()
/linux/ipc/
H A Dsem.c133 struct sem_undo *undo; /* undo structure */ member
657 un = q->undo; in perform_atomic_semop_slow()
675 int undo = un->semadj[sop->sem_num] - sem_op; in perform_atomic_semop_slow() local
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()
758 int undo = un->semadj[sop->sem_num] - sem_op; in perform_atomic_semop() local
761 if (undo < (-SEMAEM - 1) || undo > SEMAEM) in perform_atomic_semop()
[all …]
/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()
/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()
/linux/arch/s390/kernel/
H A Dperf_pai_ext.c166 goto undo; in paiext_alloc()
186 goto undo; in paiext_alloc()
199 goto undo; in paiext_alloc()
206 undo: in paiext_alloc()
/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()
/linux/include/uapi/linux/
H A Dsem.h32 struct sem_undo *undo; /* undo requests on this array */ member
/linux/fs/gfs2/
H A Dops_fstype.c379 int undo) in init_locking() argument
383 if (undo) in init_locking()
711 static int init_journal(struct gfs2_sbd *sdp, int undo) in init_journal() argument
719 if (undo) in init_journal()
857 static int init_inodes(struct gfs2_sbd *sdp, int undo) in init_inodes() argument
862 if (undo) in init_inodes()
865 error = init_journal(sdp, undo); in init_inodes()
910 static int init_per_node(struct gfs2_sbd *sdp, int undo) in init_per_node() argument
921 if (undo) in init_per_node()
/linux/include/linux/
H A Dattribute_container.h61 int (*undo)(struct attribute_container *,
/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.
H A Darmada-385-clearfog-gtr.dtsi389 * We undo that rubbish here.
/linux/arch/arm/boot/compressed/
H A Defi-header.S24 eor r5, r5, 0x4d000 @ undo previous insn
/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
/linux/Documentation/crypto/
H A Dcrypto_engine.rst50 request is handled. Clean up / undo what was done in the prepare function.
/linux/Documentation/userspace-api/
H A Dfutex2.rst53 to ``val``. If it's different, the syscall undo all the work done so far and
/linux/drivers/platform/mellanox/
H A DKconfig67 and to set up a watchdog that can undo that swap if the system
/linux/net/netlink/
H A Daf_netlink.c990 int undo; in netlink_undo_bind() local
995 for (undo = 0; undo < group; undo++) in netlink_undo_bind()
996 if (test_bit(undo, &groups)) in netlink_undo_bind()
997 nlk->netlink_unbind(sock_net(sk), undo + 1); in netlink_undo_bind()
/linux/fs/ntfs3/
H A Dindex.c1572 * @undo - True if we undoing previous remove. in indx_insert_into_root() argument
1578 struct ntfs_fnd *fnd, bool undo) in indx_insert_into_root()
1615 /* If 'undo' is set then reduce requirements. */ in indx_insert_into_root()
1616 if ((undo || asize + ds_root < sbi->max_bytes_per_attr) && in indx_insert_into_root()
1752 err = indx_insert_entry(indx, ni, new_de, ctx, fnd, undo); in indx_insert_into_root()
1933 * @undo - True if we undoing previous remove. in indx_insert_entry()
1937 struct ntfs_fnd *fnd, bool undo) in indx_insert_entry()
1983 fnd, undo); in indx_insert_entry()
1931 indx_insert_entry(struct ntfs_index * indx,struct ntfs_inode * ni,const struct NTFS_DE * new_de,const void * ctx,struct ntfs_fnd * fnd,bool undo) indx_insert_entry() argument
/linux/Documentation/driver-api/media/
H A Dtx-rx.rst115 ``.post_streamoff()`` callback is used to undo what was done by the
/linux/kernel/sched/
H A Drt.c2971 goto undo; in sched_rt_handler()
2975 goto undo; in sched_rt_handler()
2979 goto undo; in sched_rt_handler()
2985 undo: in sched_rt_handler()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c1053 goto undo; in asd_ascb_alloc()
1059 undo: in asd_ascb_alloc()
/linux/net/bridge/
H A Dbr_fdb.c289 goto undo; in fdb_add_hw_addr()
294 undo: in fdb_add_hw_addr()
/linux/Documentation/networking/
H A Dnetdevices.rst63 /* ... undo the device setup ... */

12