Searched refs:spintime (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsd.c1009 int retries, spintime; local
1014 spintime = 0;
1049 if(!spintime && !scsi_status_is_good(the_result)) {
1076 if (!spintime) {
1086 spintime = 1;
1100 if (!spintime) {
1102 spintime = 1;
1109 if(!spintime) {
1116 } while (spintime && time_before_eq(jiffies, spintime_expire));
1118 if (spintime) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dieee1284.c176 usec = port->physport->spintime; /* usecs of fast polling */
H A Dprocfs.c270 .procname = "spintime",
463 .procname = "spintime",
508 t->vars[0].data = &port->spintime;
H A Dshare.c310 tmp->spintime = parport_default_spintime;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dparport.h325 int spintime; member in struct:parport

Completed in 112 milliseconds