Searched refs:pps_timer (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c263 unsigned long pps_timer; /* Timer to determine pps */ member in struct:strip
1271 strip_info->pps_timer = jiffies;
1636 if (jiffies - strip_info->pps_timer > HZ)
1638 unsigned long t = jiffies - strip_info->pps_timer;
1643 strip_info->pps_timer = jiffies;

Completed in 18 milliseconds