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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas-rtc.c18 unsigned int wait_time; local
25 wait_time = rtas_busy_delay_time(error);
26 if (wait_time) {
28 udelay(wait_time*1000);
30 } while (wait_time && (get_tb() < max_wait_tb));
49 unsigned int wait_time; local
56 wait_time = rtas_busy_delay_time(error);
57 if (wait_time) {
64 msleep(wait_time);
66 } while (wait_time
84 int error, wait_time; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/touchscreen/
H A Dcorgi_ts.c86 unsigned int address, unsigned long wait_time)
91 if (wait_time && doSend) {
111 if (wait_time) {
114 if (timer2-timer1 > wait_time) {
122 while (timer2 - timer1 < wait_time)
126 if (wait_time && !(pmnc & 0x01))
135 unsigned long flags, wait_time; local
140 wait_time = calc_waittime(corgi_ts);
143 sync_receive_data_send_cmd(corgi_ts, 0, 1, 1u, wait_time);
146 sync_receive_data_send_cmd(corgi_ts, 1, 1, 1u, wait_time);
85 sync_receive_data_send_cmd(struct corgi_ts *corgi_ts, int doRecive, int doSend, unsigned int address, unsigned long wait_time) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dpci-quirks.c184 int wait_time = 500; /* arbitrary; 5 seconds */ local
187 while (wait_time > 0 &&
189 wait_time -= 10;
192 if (wait_time <= 0)
215 int wait_time, delta; local
314 wait_time = 2000;
319 wait_time -= delta;
324 } while (wait_time > 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dscanlog.c55 unsigned int wait_time; local
81 wait_time = 500; /* default wait if no data */
111 wait_time = rtas_busy_delay_time(status);
112 if (!wait_time) {
118 msleep_interruptible(wait_time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwb_common.c176 int wait_time; local
232 for (wait_time = 0; connect(fd, (struct sockaddr *)&sunaddr, sizeof(sunaddr)) == -1;
233 wait_time += slept) {
239 if (wait_time >= CONNECT_TIMEOUT)
246 tv.tv_sec = CONNECT_TIMEOUT - wait_time;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dcommands.c999 struct timeval wait_time; local
1001 wait_time.tv_sec = 0;
1002 wait_time.tv_usec = xfer_delay;
1003 select( 0, NULL, NULL, NULL, &wait_time);
1100 struct timeval wait_time; local
1289 wait_time.tv_sec = 0;
1290 wait_time.tv_usec = xfer_delay;
1291 select( 0, NULL, NULL, NULL, &wait_time);
1373 wait_time.tv_sec = 0;
1374 wait_time
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dservices.c967 int i, wait_time = 3; local
984 wait_time--;
986 } while (wait_time);
988 if (wait_time == 0)
1004 int i, wait_time = 3; local
1121 int wait_time = 3; local
1127 wait_time--;
1129 } while (wait_time);
1130 if (wait_time == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dnsp32.c2567 int wait_time = 0; local
2580 "wait_time: %d", wait_time);
2584 wait_time++;
2585 } while (wait_time < REQSACK_TIMEOUT_TIME);
2596 int wait_time = 0; local
2609 "wait_time: %d", wait_time);
2613 wait_time++;
2614 } while (wait_time < REQSACK_TIMEOUT_TIM
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c1157 uint16_t wait_time; /* Wait time if loop is coming ready */ local
1169 if ((wait_time = (ha->retry_count*ha->login_timeout) + 5) < min_wait) {
1170 wait_time = min_wait;
1177 wtime = jiffies + (wait_time * HZ);
3023 uint32_t wait_time; local
3032 wait_time = 256;
3044 wait_time--;
3047 wait_time &&
3238 uint32_t wait_time; local
3299 wait_time
[all...]
H A Dqla_mbx.c58 unsigned long wait_time; local
180 wait_time = jiffies + mcp->tov * HZ; /* wait at most tov secs */
182 if (time_after(jiffies, wait_time))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla4xxx/
H A Dql4_os.c997 uint8_t wait_time = RESET_INTR_TOV; local
1001 if (--wait_time == 0)
1005 if (wait_time == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl58 my $wait_time = 2;
65 if (/-d/) { $wait_time = shift; next; }
264 sleep $wait_time; # Take a nap.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/hypfs/
H A Dhypfs_diag.c188 __u64 wait_time; member in struct:x_cpu_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmegaraid_sas.c931 u32 wait_time = MEGASAS_RESET_WAIT_TIME; local
933 for (i = 0; i < wait_time; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcm.c678 int wait_time; local
692 wait_time = cm_convert_to_ms(cm_id_priv->av.packet_life_time + 1);
694 msecs_to_jiffies(wait_time));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c1426 * wait_time - wait for a given length of time or until a
1430 wait_time(timo)

Completed in 232 milliseconds