Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dosst.c919 #define OSST_POLL_PER_SEC 10 macro
945 if (debugging || time_after_eq(jiffies, startwait + 2*HZ/OSST_POLL_PER_SEC)) in osst_wait_frame()
956 if (time_after_eq(jiffies, startwait + 2*HZ/OSST_POLL_PER_SEC) && notyetprinted) in osst_wait_frame()
964 msleep(1000 / OSST_POLL_PER_SEC); in osst_wait_frame()
1004 schedule_timeout_interruptible(HZ / OSST_POLL_PER_SEC); in osst_recover_wait_frame()