Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dosst.c916 #define OSST_POLL_PER_SEC 10 macro
942 if (debugging || time_after_eq(jiffies, startwait + 2*HZ/OSST_POLL_PER_SEC)) in osst_wait_frame()
953 if (time_after_eq(jiffies, startwait + 2*HZ/OSST_POLL_PER_SEC) && notyetprinted) in osst_wait_frame()
961 msleep(1000 / OSST_POLL_PER_SEC); in osst_wait_frame()
1001 schedule_timeout_interruptible(HZ / OSST_POLL_PER_SEC); in osst_recover_wait_frame()