Searched refs:watchdog_timer (Results 1 – 1 of 1) sorted by relevance
102 static struct timer_list watchdog_timer; variable396 if (!timer_pending(&watchdog_timer)) { in clocksource_watchdog()397 watchdog_timer.expires += WATCHDOG_INTERVAL; in clocksource_watchdog()398 add_timer_on(&watchdog_timer, next_cpu); in clocksource_watchdog()408 timer_setup(&watchdog_timer, clocksource_watchdog, 0); in clocksource_start_watchdog()409 watchdog_timer.expires = jiffies + WATCHDOG_INTERVAL; in clocksource_start_watchdog()410 add_timer_on(&watchdog_timer, cpumask_first(cpu_online_mask)); in clocksource_start_watchdog()418 del_timer(&watchdog_timer); in clocksource_stop_watchdog()