Searched refs:tout (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dclockdiff.c130 struct timeval tv1, tout; local
145 tout.tv_sec = tout.tv_usec = 0;
147 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) {
206 tout.tv_sec = tmo/1000;
207 tout.tv_usec = (tmo - (tmo/1000)*1000)*1000;
211 (fd_set *)0, &tout)) <= 0)
309 struct timeval tv1, tout; local
323 tout.tv_sec = tout
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dlnstat_util.c67 struct timeval *tout,
70 if (now->tv_sec > last->tv_sec + tout->tv_sec)
73 if (now->tv_sec == last->tv_sec + tout->tv_sec) {
74 if (now->tv_usec > last->tv_usec + tout->tv_usec)
66 time_after(struct timeval *last, struct timeval *tout, struct timeval *now) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dtimerdev.c222 int id, tout, ret = 0; local
231 if (get_user(tout, (int __user *)arg)) {
235 id = misdn_add_timer(dev, tout);
238 tout, id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_trans_ail.c247 long tout = 0; local
267 return tout;
386 tout = 50;
398 tout = 20;
401 tout = 10;
404 return tout;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/bridge-1.x/brctl/
H A Dbrctl_cmd.c93 struct timeval now, later, tout; local
114 tout.tv_sec = 0;
115 tout.tv_usec = 200000; /* 200 milli secs */
116 select(0, NULL, NULL, NULL, &tout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A DdigiFep1.h33 u16 tout; member in struct:board_chan
H A Depca.c539 tail = readw(&bc->tout);
541 if (tail != readw(&bc->tout))
542 tail = readw(&bc->tout);
618 tail = readw(&bc->tout);
620 if (tail != readw(&bc->tout))
621 tail = readw(&bc->tout);
659 tail = readw(&bc->tout);
711 tail = readw(&bc->tout);
712 /* Have FEP move tout pointer; effectively flushing transmit buffer */
1746 * (tout) t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c984 struct timeval levelt, tout, *top; local
1089 tout.tv_sec = 0;
1090 tout.tv_usec = 10000;
1095 top = &tout;
1102 top = &tout;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtty.c891 struct timeval levelt, tout, *top; local
989 tout.tv_sec = 0;
990 tout.tv_usec = 10000;
995 top = &tout;
1002 top = &tout;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dadv_pci_dio.c593 int cnt, tout, ok = 0; local
600 for (tout = 0; tout < 251; tout++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_super.c850 long tout = 0; /* milliseconds */ local
853 schedule_timeout_interruptible(tout ?
854 msecs_to_jiffies(tout) : MAX_SCHEDULE_TIMEOUT);
863 tout = xfsaild_push(ailp, &last_pushed_lsn);
H A Dxfs_buf.c1840 long tout = xfs_buf_timer_centisecs * msecs_to_jiffies(10); local
1853 tout = MAX_SCHEDULE_TIMEOUT;
1854 schedule_timeout_interruptible(tout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/avm/
H A Db1.c250 unsigned long tout = 2; local
252 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
262 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
H A Db1dma.c653 unsigned long tout = 2; local
656 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
666 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhisax.h1301 int tout = jiffs; \
1303 while (tout--) { \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_lib.c1723 long tout; local
1734 tout = schedule_timeout(msecs_to_jiffies(10000));
1755 if (!tout) {
H A Dpcm_native.c1457 long tout; local
1482 tout = schedule_timeout(10 * HZ);
1487 if (tout == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dfas216.c1160 int tout; local
1165 for (tout = 1000; tout; tout -= 1) {

Completed in 286 milliseconds