/kernel/linux/linux-5.10/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() 270 /* Attempt to undo the work partially done. */ in do_attribute_container_device_trigger_safe() 277 undo(cont, dev, &ic->classdev); in do_attribute_container_device_trigger_safe() 288 * @undo A function to undo the work previously done in case of error 292 * undo the partial work that has been done, on previous classdev. It 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() [all...] |
/kernel/linux/linux-6.6/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() 270 /* Attempt to undo the work partially done. */ in do_attribute_container_device_trigger_safe() 277 undo(cont, dev, &ic->classdev); in do_attribute_container_device_trigger_safe() 288 * @undo: A function to undo the work previously done in case of error 292 * undo the partial work that has been done, on previous classdev. It 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() [all...] |
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-jack.c | 330 goto undo; in snd_soc_jack_add_gpios() 346 goto undo; in snd_soc_jack_add_gpios() 355 goto undo; in snd_soc_jack_add_gpios() 361 goto undo; in snd_soc_jack_add_gpios() 406 undo: in snd_soc_jack_add_gpios()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-jack.c | 329 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()
|
/kernel/linux/linux-5.10/ipc/ |
H A D | sem.c | 37 * - undo adjustments at process exit are limited to 0..SEMVMX. 102 * - at task exit when performing undo adjustments (see exit_sem). 121 struct list_head list_id; /* undo requests on this array */ 133 struct sem_undo *undo; /* undo structure */ member 143 /* Each task has a list of undo requests. They are executed automatically 654 un = q->undo; in perform_atomic_semop_slow() 672 int undo = un->semadj[sop->sem_num] - sem_op; in perform_atomic_semop_slow() local 673 /* Exceeding the undo range is an error. */ in perform_atomic_semop_slow() 674 if (undo < ( in perform_atomic_semop_slow() 755 int undo = un->semadj[sop->sem_num] - sem_op; perform_atomic_semop() local 769 int undo = un->semadj[sop->sem_num] - sem_op; perform_atomic_semop() local 1732 compat_uptr_t undo; global() member [all...] |
/kernel/linux/linux-6.6/ipc/ |
H A D | sem.c | 37 * - undo adjustments at process exit are limited to 0..SEMVMX. 102 * - at task exit when performing undo adjustments (see exit_sem). 121 struct list_head list_id; /* undo requests on this array */ 133 struct sem_undo *undo; /* undo structure */ member 143 /* Each task has a list of undo requests. They are executed automatically 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 676 /* Exceeding the undo range is an error. */ in perform_atomic_semop_slow() 677 if (undo < ( in perform_atomic_semop_slow() 758 int undo = un->semadj[sop->sem_num] - sem_op; perform_atomic_semop() local 771 int undo = un->semadj[sop->sem_num] - sem_op; perform_atomic_semop() local 1733 compat_uptr_t undo; global() member [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | perf_pai_ext.c | 167 goto undo; in paiext_alloc() 187 goto undo; in paiext_alloc() 200 goto undo; in paiext_alloc() 208 undo: in paiext_alloc()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | sem.h | 8 #define SEM_UNDO 0x1000 /* undo the operation on exit */ 32 struct sem_undo *undo; /* undo requests on this array */ member 88 #define SEMUME SEMOPM /* max num of undo entries per process */ 89 #define SEMMNU SEMMNS /* num of undo structures system wide */
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | sem.h | 8 #define SEM_UNDO 0x1000 /* undo the operation on exit */ 32 struct sem_undo *undo; /* undo requests on this array */ member 88 #define SEMUME SEMOPM /* max num of undo entries per process */ 89 #define SEMMNU SEMMNS /* num of undo structures system wide */
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | sem.h | 40 struct sem_undo * undo; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | sem.h | 40 struct sem_undo * undo; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | sem.h | 27 struct sem_undo *undo; member
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/mm/ |
H A D | page_isolation.c | 200 goto undo; in start_isolate_page_range() 205 undo: in start_isolate_page_range()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | attribute_container.h | 61 int (*undo)(struct attribute_container *,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | attribute_container.h | 61 int (*undo)(struct attribute_container *,
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | ops_fstype.c | 400 int undo) in init_locking() 404 if (undo) in init_locking() 708 static int init_journal(struct gfs2_sbd *sdp, int undo) in init_journal() argument 716 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() 399 init_locking(struct gfs2_sbd *sdp, struct gfs2_holder *mount_gh, int undo) init_locking() argument
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | ops_fstype.c | 399 int undo) in init_locking() 403 if (undo) in init_locking() 731 static int init_journal(struct gfs2_sbd *sdp, int undo) in init_journal() argument 739 if (undo) in init_journal() 877 static int init_inodes(struct gfs2_sbd *sdp, int undo) in init_inodes() argument 882 if (undo) in init_inodes() 885 error = init_journal(sdp, undo); in init_inodes() 930 static int init_per_node(struct gfs2_sbd *sdp, int undo) in init_per_node() argument 941 if (undo) in init_per_node() 398 init_locking(struct gfs2_sbd *sdp, struct gfs2_holder *mount_gh, int undo) init_locking() argument
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | efi-header.S | 24 eor r5, r5, 0x4d000 @ undo previous insn
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | efi-header.S | 24 eor r5, r5, 0x4d000 @ undo previous insn
|