Searched refs:retr (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnetstat.c155 unsigned long rxq, txq, time_len, retr, inode; local
165 &txq, &rxq, &timer_run, &time_len, &retr, &uid, &timeout, &inode, more);
209 unsigned long rxq, txq, time_len, retr, inode; local
219 &txq, &rxq, &timer_run, &time_len, &retr, &uid, &timeout, &inode, more);
290 unsigned long rxq, txq, time_len, retr, inode; local
300 &txq, &rxq, &timer_run, &time_len, &retr, &uid, &timeout, &inode, more);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dibmmca.c731 int retr; local
740 for (retr = 0; retr < 3; retr++) {
760 if (retr >= 3)
768 int retr; local
777 for (retr = 0; retr < 3; retr++) {
797 if (retr >
805 int retr; local
849 int retr; local
891 int retr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dxprt.h202 void xprt_set_timeout(struct rpc_timeout *to, unsigned int retr, unsigned long incr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dxprt.c874 * @retr: number of retries
878 void xprt_set_timeout(struct rpc_timeout *to, unsigned int retr, unsigned long incr) argument
882 to->to_maxval = to->to_initval + (incr * retr);
883 to->to_retries = retr;

Completed in 83 milliseconds