Searched refs:undo (Results 1 - 22 of 22) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsem.h8 #define SEM_UNDO 0x1000 /* undo the operation on exit */
32 struct sem_undo *undo; /* undo requests on this array */ member in struct:semid_ds
88 #define SEMUME SEMOPM /* max num of undo entries per process */
89 #define SEMMNU SEMMNS /* num of undo structures system wide */
/linux-master/drivers/base/
H A Dattribute_container.c244 int (*undo)(struct attribute_container *,
267 if (!undo)
270 /* Attempt to undo the work partially done. */
277 undo(cont, dev, &ic->classdev);
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 *,
316 fn, undo);
323 if (ret && !WARN_ON(!undo)) {
[all...]
/linux-master/include/linux/
H A Dattribute_container.h61 int (*undo)(struct attribute_container *,
/linux-master/sound/soc/
H A Dsoc-jack.c329 goto undo;
345 goto undo;
354 goto undo;
360 goto undo;
406 undo:
/linux-master/ipc/
H A Dsem.c37 * - 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 in struct:sem_queue
143 /* Each task has a list of undo requests. They are executed automatically
657 un = q->undo;
675 int undo = un->semadj[sop->sem_num] - sem_op; local
676 /* Exceeding the undo range is an error. */
677 if (undo < (
758 int undo = un->semadj[sop->sem_num] - sem_op; local
771 int undo = un->semadj[sop->sem_num] - sem_op; local
1733 compat_uptr_t undo; member in struct:compat_semid_ds
[all...]
/linux-master/drivers/xen/
H A Dgntalloc.c134 goto undo;
143 goto undo;
151 goto undo;
163 undo:
/linux-master/arch/arm/boot/compressed/
H A Defi-header.S24 eor r5, r5, 0x4d000 @ undo previous insn
/linux-master/drivers/staging/octeon/
H A Dethernet-tx.c51 int undo; local
53 undo = skb_to_free > 0 ? MAX_SKB_TO_FREE : skb_to_free +
55 if (undo > 0)
56 cvmx_fau_atomic_add32(fau, -undo);
/linux-master/arch/s390/kernel/
H A Dperf_pai_ext.c166 goto undo;
186 goto undo;
199 goto undo;
206 undo:
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c106 goto undo;
113 goto undo;
126 goto undo;
132 goto undo;
138 goto undo;
153 undo:
/linux-master/fs/gfs2/
H A Dops_fstype.c398 int undo)
402 if (undo)
730 static int init_journal(struct gfs2_sbd *sdp, int undo) argument
738 if (undo)
876 static int init_inodes(struct gfs2_sbd *sdp, int undo) argument
881 if (undo)
884 error = init_journal(sdp, undo);
929 static int init_per_node(struct gfs2_sbd *sdp, int undo) argument
940 if (undo)
397 init_locking(struct gfs2_sbd *sdp, struct gfs2_holder *mount_gh, int undo) argument
/linux-master/net/netlink/
H A Daf_netlink.c990 int undo; local
995 for (undo = 0; undo < group; undo++)
996 if (test_bit(undo, &groups))
997 nlk->netlink_unbind(sock_net(sk), undo + 1);
/linux-master/fs/ntfs3/
H A Dindex.c1565 * @undo - True if we undoing previous remove.
1571 struct ntfs_fnd *fnd, bool undo)
1608 /* If 'undo' is set then reduce requirements. */
1609 if ((undo || asize + ds_root < sbi->max_bytes_per_attr) &&
1745 err = indx_insert_entry(indx, ni, new_de, ctx, fnd, undo);
1926 * @undo - True if we undoing previous remove.
1930 struct ntfs_fnd *fnd, bool undo)
1976 fnd, undo);
1568 indx_insert_into_root(struct ntfs_index *indx, struct ntfs_inode *ni, const struct NTFS_DE *new_de, struct NTFS_DE *root_de, const void *ctx, struct ntfs_fnd *fnd, bool undo) argument
1928 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) argument
H A Dntfs_fs.h694 struct ntfs_fnd *fnd, bool undo);
H A Dfrecord.c3071 int undo = 0; local
3089 err = ni_remove_name(dir_ni, ni, de, &de2, &undo);
3090 if (err && ni_remove_name(new_dir_ni, ni, new_de, &de2, &undo))
3098 * err = ni_remove_name(dir_ni, ni, de, &de2, &undo);
3101 * if (err && !ni_remove_name_undo(dir_ni, ni, de, de2, undo))
/linux-master/kernel/sched/
H A Drt.c2972 goto undo;
2976 goto undo;
2980 goto undo;
2986 undo:
H A Dcore.c1853 goto undo;
1862 goto undo;
1893 undo:
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c1053 goto undo;
1059 undo:
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S454 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:
639 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:
/linux-master/fs/jbd2/
H A Dtransaction.c1168 bool undo)
1195 /* For undo access buffer must have data copied */
1196 if (undo && !jh->b_committed_data)
1362 * @bh: buffer to undo
1167 jbd2_write_access_granted(handle_t *handle, struct buffer_head *bh, bool undo) argument
/linux-master/net/bridge/
H A Dbr_fdb.c289 goto undo;
294 undo:
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c1307 goto undo;
1311 goto undo;
1320 undo:

Completed in 326 milliseconds