Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dscsi_error.c1065 const unsigned long stall_for = msecs_to_jiffies(100); in scsi_send_eh_cmnd() local
1076 if (timeleft > stall_for) { in scsi_send_eh_cmnd()
1078 timeleft -= stall_for; in scsi_send_eh_cmnd()
1079 msleep(jiffies_to_msecs(stall_for)); in scsi_send_eh_cmnd()