Searched refs:stall_for (Results 1 – 1 of 1) sorted by relevance
1195 const unsigned long stall_for = msecs_to_jiffies(100); in scsi_send_eh_cmnd() local1217 delay = min(timeleft, stall_for); in scsi_send_eh_cmnd()1229 if (timeleft > stall_for) { in scsi_send_eh_cmnd()1232 timeleft -= stall_for; in scsi_send_eh_cmnd()1233 msleep(jiffies_to_msecs(stall_for)); in scsi_send_eh_cmnd()