Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/irda/
Dbfin_sir.c25 static void turnaround_delay(unsigned long last_jif, int mtt) in turnaround_delay() argument
/linux-4.1.27/drivers/net/ethernet/3com/
D3c59x.c2652 static unsigned long last_jif; in boomerang_rx() local
2653 if (time_after(jiffies, last_jif + 10 * HZ)) { in boomerang_rx()
2656 last_jif = jiffies; in boomerang_rx()