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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/brctl/
H A Dbrctl_cmd.c88 struct timeval now, later, tout; local
109 tout.tv_sec = 0;
110 tout.tv_usec = 200000; /* 200 milli secs */
111 select(0, NULL, NULL, NULL, &tout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A DdigiFep1.h33 u16 tout; member in struct:board_chan
H A Depca.c647 tail = readw(&bc->tout);
649 if (tail != readw(&bc->tout))
650 tail = readw(&bc->tout);
741 tail = readw(&bc->tout);
743 if (tail != readw(&bc->tout))
744 tail = readw(&bc->tout);
787 tail = readw(&bc->tout);
841 tail = readw(&bc->tout);
842 /* Have FEP move tout pointer; effectively flushing transmit buffer */
2016 Flush current transmit buffer by setting cmdTail pointer (tout)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/avm/
H A Db1.c247 unsigned long tout = 2; local
249 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
259 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
H A Db1dma.c646 unsigned long tout = 2; local
649 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
659 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm_lib.c1658 long tout; local
1674 tout = schedule_timeout(10 * HZ);
1676 if (tout == 0) {
1940 long tout; local
1956 tout = schedule_timeout(10 * HZ);
1958 if (tout == 0) {
H A Dpcm_native.c1499 long tout; local
1516 tout = schedule_timeout(10 * HZ);
1519 if (tout == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhisax.h1292 int tout = jiffs; \
1294 while (tout--) { \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dfas216.c1160 int tout; local
1165 for (tout = 1000; tout; tout -= 1) {

Completed in 143 milliseconds