Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs45 pub const WATCHDOG_INTERVAL: u64 = HZ >> 1; constant
149 self.timer_expires += clock() + WATCHDOG_INTERVAL; in clocksource_start_watchdog()
738 cs_watchdog.timer_expires += WATCHDOG_INTERVAL; in clocksource_watchdog()