Searched refs:stall_for (Results 1 – 1 of 1) sorted by relevance
1147 const unsigned long stall_for = msecs_to_jiffies(100); in scsi_send_eh_cmnd() local1169 delay = min(timeleft, stall_for); in scsi_send_eh_cmnd()1181 if (timeleft > stall_for) { in scsi_send_eh_cmnd()1184 timeleft -= stall_for; in scsi_send_eh_cmnd()1185 msleep(jiffies_to_msecs(stall_for)); in scsi_send_eh_cmnd()