Searched refs:TimeoutCounter (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.c353 long TimeoutCounter; local
371 TimeoutCounter = 10000;
372 while (--TimeoutCounter >= 0) {
378 if (TimeoutCounter < 0) {
391 TimeoutCounter = 10000;
392 while (ParameterLength > 0 && --TimeoutCounter >= 0) {
419 if (TimeoutCounter < 0) {
447 TimeoutCounter = 60 * 10000;
451 TimeoutCounter = 10000;
459 while (--TimeoutCounter >
1118 int TimeoutCounter; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A DDAC960.c1164 int TimeoutCounter; local
1278 TimeoutCounter = TIMEOUT_COUNT;
1279 while (--TimeoutCounter >= 0)
1285 if (TimeoutCounter < 0) return false;
1288 TimeoutCounter = TIMEOUT_COUNT;
1289 while (--TimeoutCounter >= 0)
1296 if (TimeoutCounter < 0) return false;
1305 TimeoutCounter = TIMEOUT_COUNT;
1306 while (--TimeoutCounter >= 0)
1312 if (TimeoutCounter <
[all...]

Completed in 290 milliseconds