| /linux-6.15/drivers/base/ |
| H A D | attribute_container.c | 244 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-6.15/sound/soc/ |
| H A D | soc-jack.c | 328 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-6.15/ipc/ |
| H A D | sem.c | 133 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 …]
|
| /linux-6.15/drivers/xen/ |
| H A D | gntalloc.c | 134 goto undo; in add_grefs() 143 goto undo; in add_grefs() 151 goto undo; in add_grefs() 163 undo: in add_grefs()
|
| /linux-6.15/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-ioctl.c | 106 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-6.15/include/uapi/linux/ |
| H A D | sem.h | 32 struct sem_undo *undo; /* undo requests on this array */ member
|
| /linux-6.15/drivers/staging/octeon/ |
| H A D | ethernet-tx.c | 51 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-6.15/include/linux/ |
| H A D | attribute_container.h | 61 int (*undo)(struct attribute_container *,
|
| /linux-6.15/fs/gfs2/ |
| H A D | ops_fstype.c | 378 int undo) in init_locking() argument 382 if (undo) in init_locking() 710 static int init_journal(struct gfs2_sbd *sdp, int undo) in init_journal() argument 718 if (undo) in init_journal() 856 static int init_inodes(struct gfs2_sbd *sdp, int undo) in init_inodes() argument 861 if (undo) in init_inodes() 864 error = init_journal(sdp, undo); in init_inodes() 909 static int init_per_node(struct gfs2_sbd *sdp, int undo) in init_per_node() argument 920 if (undo) in init_per_node()
|
| /linux-6.15/arch/arm/boot/dts/marvell/ |
| H A D | armada-388-clearfog-base.dts | 51 * We undo that rubbish here.
|
| H A D | armada-38x-solidrun-microsom.dtsi | 67 * We undo that rubbish here.
|
| H A D | armada-385-clearfog-gtr.dtsi | 389 * We undo that rubbish here.
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | perf_pai_ext.c | 181 goto undo; in paiext_alloc_cpu() 201 goto undo; in paiext_alloc_cpu() 210 undo: in paiext_alloc_cpu()
|
| /linux-6.15/arch/arm/boot/compressed/ |
| H A D | efi-header.S | 24 eor r5, r5, 0x4d000 @ undo previous insn
|
| /linux-6.15/Documentation/crypto/ |
| H A D | crypto_engine.rst | 50 request is handled. Clean up / undo what was done in the prepare function.
|
| /linux-6.15/Documentation/process/ |
| H A D | management-style.rst | 63 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-6.15/net/netlink/ |
| H A D | af_netlink.c | 962 int undo; in netlink_undo_bind() local 967 for (undo = 0; undo < group; undo++) in netlink_undo_bind() 968 if (test_bit(undo, &groups)) in netlink_undo_bind() 969 nlk->netlink_unbind(sock_net(sk), undo + 1); in netlink_undo_bind()
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | futex2.rst | 53 to ``val``. If it's different, the syscall undo all the work done so far and
|
| /linux-6.15/drivers/platform/mellanox/ |
| H A D | Kconfig | 80 and to set up a watchdog that can undo that swap if the system
|
| /linux-6.15/fs/ntfs3/ |
| H A D | index.c | 1576 struct ntfs_fnd *fnd, bool undo) in indx_insert_into_root() argument 1614 if ((undo || asize + ds_root < sbi->max_bytes_per_attr) && in indx_insert_into_root() 1750 err = indx_insert_entry(indx, ni, new_de, ctx, fnd, undo); in indx_insert_into_root() 1935 struct ntfs_fnd *fnd, bool undo) in indx_insert_entry() argument 1981 fnd, undo); in indx_insert_entry()
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | tx-rx.rst | 135 ``.post_streamoff()`` callback is used to undo what was done by the
|
| /linux-6.15/kernel/sched/ |
| H A D | rt.c | 2920 goto undo; in sched_rt_handler() 2924 goto undo; in sched_rt_handler() 2928 goto undo; in sched_rt_handler() 2934 undo: in sched_rt_handler()
|
| /linux-6.15/drivers/scsi/aic94xx/ |
| H A D | aic94xx_hwi.c | 1053 goto undo; in asd_ascb_alloc() 1059 undo: in asd_ascb_alloc()
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | pwm.rst | 147 registered using pwmchip_add() and removed again with pwmchip_remove(). To undo
|
| /linux-6.15/net/bridge/ |
| H A D | br_fdb.c | 282 goto undo; in fdb_add_hw_addr() 287 undo: in fdb_add_hw_addr()
|