Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00lib.h20 #define WATCHDOG_INTERVAL round_jiffies_relative(HZ) macro
Drt2x00link.c427 link->watchdog_interval = WATCHDOG_INTERVAL; in rt2x00link_register()
/linux-5.19.10/kernel/time/
Dclocksource.c146 #define WATCHDOG_INTERVAL (HZ >> 1) macro
515 watchdog_timer.expires += WATCHDOG_INTERVAL; in clocksource_watchdog()
527 watchdog_timer.expires = jiffies + WATCHDOG_INTERVAL; in clocksource_start_watchdog()