Searched defs:AFTER_RESET_DELAY (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/
H A Dmac_scsi.c93 #define AFTER_RESET_DELAY (5*HZ/2) macro
95 #define AFTER_RESET_DELAY (HZ/2) macro
354 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); )
H A Dsun3_scsi.c127 #define AFTER_RESET_DELAY (HZ/2) macro
361 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); )
H A Dsun3_scsi_vme.c92 #define AFTER_RESET_DELAY (HZ/2) macro
330 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); )
H A Datari_scsi.c181 #define AFTER_RESET_DELAY (HZ/2) macro
183 #define AFTER_RESET_DELAY (5*HZ/2) macro
846 end = jiffies + AFTER_RESET_DELAY;

Completed in 63 milliseconds