[go: nahoru, domu]

Searched refs:AFTER_RESET_DELAY (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/
H A Dmac_scsi.c82 #define AFTER_RESET_DELAY (5*HZ/2) macro
84 #define AFTER_RESET_DELAY (HZ/2) macro
345 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); )
H A Datari_scsi.c176 #define AFTER_RESET_DELAY (HZ/2) macro
178 #define AFTER_RESET_DELAY (5*HZ/2) macro
855 end = jiffies + AFTER_RESET_DELAY;
H A Dsun3_scsi.c124 #define AFTER_RESET_DELAY (HZ/2) macro
415 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); )

Completed in 75 milliseconds