Searched refs:watchdog_timer (Results 1 – 1 of 1) sorted by relevance
102 static struct timer_list watchdog_timer; variable296 watchdog_timer.expires += WATCHDOG_INTERVAL; in clocksource_watchdog()297 add_timer_on(&watchdog_timer, next_cpu); in clocksource_watchdog()306 timer_setup(&watchdog_timer, clocksource_watchdog, 0); in clocksource_start_watchdog()307 watchdog_timer.expires = jiffies + WATCHDOG_INTERVAL; in clocksource_start_watchdog()308 add_timer_on(&watchdog_timer, cpumask_first(cpu_online_mask)); in clocksource_start_watchdog()316 del_timer(&watchdog_timer); in clocksource_stop_watchdog()