Searched refs:WatchdogTimerFunc (Results 1 – 1 of 1) sorted by relevance
148 let wd_timer_func: Box<WatchdogTimerFunc> = Box::new(WatchdogTimerFunc {}); in clocksource_start_watchdog()169 pub struct WatchdogTimerFunc; struct170 impl TimerFunction for WatchdogTimerFunc { implementation740 let watchdog_func = Box::new(WatchdogTimerFunc {}); in clocksource_watchdog()