Home
last modified time | relevance | path

Searched refs:stall_for (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dscsi_error.c1018 const unsigned long stall_for = msecs_to_jiffies(100); in scsi_send_eh_cmnd() local
1029 if (timeleft > stall_for) { in scsi_send_eh_cmnd()
1031 timeleft -= stall_for; in scsi_send_eh_cmnd()
1032 msleep(jiffies_to_msecs(stall_for)); in scsi_send_eh_cmnd()