Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs740 let watchdog_func = Box::new(WatchdogTimerFunc {}); in clocksource_watchdog() localVariable
741 let watchdog_timer = Timer::new(watchdog_func, cs_watchdog.timer_expires); in clocksource_watchdog()