Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00link.c388 WATCHDOG_INTERVAL); in rt2x00link_start_watchdog()
414 WATCHDOG_INTERVAL); in rt2x00link_watchdog()
Drt2x00lib.h31 #define WATCHDOG_INTERVAL round_jiffies_relative(HZ) macro
/linux-4.1.27/kernel/time/
Dclocksource.c125 #define WATCHDOG_INTERVAL (HZ >> 1) macro
272 watchdog_timer.expires += WATCHDOG_INTERVAL; in clocksource_watchdog()
284 watchdog_timer.expires = jiffies + WATCHDOG_INTERVAL; in clocksource_start_watchdog()