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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsem.h7 #define SEM_UNDO 0x1000 /* undo the operation on exit */
30 struct sem_undo *undo; /* undo requests on this array */ member in struct:semid_ds
74 #define SEMUME SEMOPM /* max num of undo entries per process */
75 #define SEMMNU SEMMNS /* num of undo structures system wide */
99 struct sem_undo *undo; /* undo requests on this array */ member in struct:sem_array
108 struct sem_undo * undo; /* undo structure */ member in struct:sem_queue
118 /* Each task has a list of undo request
[all...]
H A Dnetdevice.h993 static inline int netif_rx_reschedule(struct net_device *dev, int undo) argument
998 dev->quota += undo;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Dpm.c145 pm_request_t undo = (dev->prev_state local
147 pm_send(dev, undo, (void*) dev->prev_state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dops_fstype.c159 int undo)
164 if (undo)
245 static int init_sb(struct gfs2_sbd *sdp, int silent, int undo) argument
253 if (undo) {
314 static int init_journal(struct gfs2_sbd *sdp, int undo) argument
322 if (undo) {
443 static int init_inodes(struct gfs2_sbd *sdp, int undo) argument
449 if (undo)
460 error = init_journal(sdp, undo);
518 static int init_per_node(struct gfs2_sbd *sdp, int undo) argument
158 init_locking(struct gfs2_sbd *sdp, struct gfs2_holder *mount_gh, int undo) argument
612 init_threads(struct gfs2_sbd *sdp, int undo) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Drwsem.c67 goto undo;
139 /* undo the change to count, but check for a transition 1->0 */
140 undo:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dsem.c22 * - There is some confusion over whether the set of undo adjustments
34 * - The POSIX standard says, that the undo adjustments simply should
252 /* sma->undo = NULL; */
359 int undo = un->semadj[sop->sem_num] - sem_op; local
361 * Exceeding the undo range is an error.
363 if (undo < (-SEMAEM - 1) || undo > SEMAEM)
382 goto undo;
390 undo:
411 q->undo,
[all...]
H A Dcompat.c59 compat_uptr_t undo; member in struct:compat_semid_ds
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_rec.c231 __fop_rename_recover_int(env, dbtp, lsnp, op, info, undo)
237 int undo;
309 if (undo && DB_UNDO(op))
331 * undo pass must check if the file we are interested in is the one that
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c846 goto undo;
880 undo: if ((ret = __txn_undo(txn)) != 0)
1536 "DB_TXN->abort: in-memory log undo failed");
1559 "DB_TXN->abort: log undo failed for LSN: %lu %lu",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c1061 goto undo;
1067 undo:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/lib/
H A Dmemcpy-sh4.S453 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:
638 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_input.c1477 /* Push undo marker, if it was plain RTO and nothing
1632 * And the most logically complicated part of algorithm is undo
1636 * retransmitted by mistake and CWND reduction was wrong, we undo
1896 static void tcp_undo_cwr(struct sock *sk, const int undo) argument
1908 if (undo && tp->prior_ssthresh > tp->snd_ssthresh) {
1919 an undo */
1957 /* Try to undo cwnd reduction, because D-SACKs acked all retransmitted data */
2165 /* For SACK case do not Open to allow to undo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dconfigure1562 --enable-silent-rules less verbose build output (undo: `make V=1')
1563 --disable-silent-rules verbose build output (undo: `make V=0')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dconfigure1566 --enable-silent-rules less verbose build output (undo: `make V=1')
1567 --disable-silent-rules verbose build output (undo: `make V=0')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex3677 % undo it ourselves.

Completed in 226 milliseconds