Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dosst.c778 #define OSST_POLL_PER_SEC 10 macro
804 if (debugging || jiffies - startwait >= 2*HZ/OSST_POLL_PER_SEC) in osst_wait_frame()
815 if (jiffies - startwait >= 2*HZ/OSST_POLL_PER_SEC && notyetprinted) in osst_wait_frame()
824 schedule_timeout (HZ / OSST_POLL_PER_SEC); in osst_wait_frame()