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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmac_scsi.c89 #define AFTER_RESET_DELAY (5*HZ/2) macro
91 #define AFTER_RESET_DELAY (HZ/2) macro
336 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); )
H A Dsun3_scsi.c123 #define AFTER_RESET_DELAY (HZ/2) macro
353 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); )
H A Dsun3_scsi_vme.c88 #define AFTER_RESET_DELAY (HZ/2) macro
322 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
816 end = jiffies + AFTER_RESET_DELAY;

Completed in 41 milliseconds