Searched refs:last_jif (Results 1 – 2 of 2) sorted by relevance
25 static void turnaround_delay(unsigned long last_jif, int mtt) in turnaround_delay() argument
2652 static unsigned long last_jif; in boomerang_rx() local2653 if (time_after(jiffies, last_jif + 10 * HZ)) { in boomerang_rx()2656 last_jif = jiffies; in boomerang_rx()