Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00link.c382 WATCHDOG_INTERVAL); in rt2x00link_start_watchdog()
408 WATCHDOG_INTERVAL); in rt2x00link_watchdog()
Drt2x00lib.h31 #define WATCHDOG_INTERVAL round_jiffies_relative(HZ) macro
/linux-4.4.14/kernel/time/
Dclocksource.c127 #define WATCHDOG_INTERVAL (HZ >> 1) macro
275 watchdog_timer.expires += WATCHDOG_INTERVAL; in clocksource_watchdog()
287 watchdog_timer.expires = jiffies + WATCHDOG_INTERVAL; in clocksource_start_watchdog()