Searched refs:wd_timer_func (Results 1 – 1 of 1) sorted by relevance
166 let wd_timer_func: Box<WatchdogTimerFunc> = Box::new(WatchdogTimerFunc {}); in clocksource_start_watchdog() localVariable175 let wd_timer = Timer::new(wd_timer_func, self.timer_expires); in clocksource_start_watchdog()