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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/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 */
95 struct sem_undo *undo; /* undo requests on this array */ member in struct:sem_array
104 struct sem_undo * undo; /* undo structure */ member in struct:sem_queue
114 /* Each task has a list of undo request
[all...]
H A Dnetdevice.h740 static inline int netif_rx_reschedule(struct net_device *dev, int undo) argument
746 dev->quota += undo;
/asus-wl-520gu-7.0.1.45/src/linux/linux/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 */
95 struct sem_undo *undo; /* undo requests on this array */ member in struct:sem_array
104 struct sem_undo * undo; /* undo structure */ member in struct:sem_queue
114 /* Each task has a list of undo request
[all...]
H A Dnetdevice.h740 static inline int netif_rx_reschedule(struct net_device *dev, int undo) argument
746 dev->quota += undo;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DISTRIBUTIONS/RPM.RedHat/
H A DMakefile8 .PHONY: all rpm testi testu dou doU undo update clean checkit
25 undo:
/asus-wl-520gu-7.0.1.45/src/linux/linux/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
144 /* sma->undo = NULL; */
262 int undo = un->semadj[sop->sem_num] - sem_op; local
264 * Exceeding the undo range is an error.
266 if (undo < (-SEMAEM - 1) || undo > SEMAEM)
268 /* Don't undo the undo */
272 un->semadj[sop->sem_num] = undo;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/
H A Drwsem.c51 goto undo;
103 /* undo the change to count, but check for a transition 1->0 */
104 undo:
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dpm.c198 pm_request_t undo = (dev->prev_state local
200 pm_send(dev, undo, (void*) dev->prev_state);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dipc32.c61 u32 undo; /* undo requests on this array */ member in struct:semid_ds32
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/lpslave/
H A De100lpslave.S181 subq 4, r2 ; undo the skipping done last swap
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_input.c996 /* Push undo marker, if it was plain RTO and nothing
1139 * And the most logically complicated part of algorithm is undo
1143 * retransmitted by mistake and CWND reduction was wrong, we undo
1339 static void tcp_undo_cwr(struct tcp_opt *tp, int undo) argument
1344 if (undo && tp->prior_ssthresh > tp->snd_ssthresh) {
1387 /* Try to undo cwnd reduction, because D-SACKs acked all retransmitted data */
1555 /* For SACK case do not Open to allow to undo
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dlinux32.c1492 u32 undo; /* undo requests on this array */ member in struct:semid_ds32
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsys_ppc32.c2448 u32 undo; member in struct:semid_ds32
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dlinux32.c324 u32 undo; /* undo requests on this array */ member in struct:semid_ds32
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsys_sparc32.c333 u32 undo; /* undo requests on this array */ member in struct:semid_ds32
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/ia32/
H A Dsys_ia32.c2025 u32 undo; /* undo requests on this array */ member in struct:semid_ds32

Completed in 192 milliseconds