Searched refs:watchdog (Results 1 – 6 of 6) sorted by relevance
112 static struct clocksource *watchdog; variable198 wdnow = watchdog->read(watchdog); in clocksource_watchdog()210 delta = clocksource_delta(wdnow, cs->wd_last, watchdog->mask); in clocksource_watchdog()211 wd_nsec = clocksource_cyc2ns(delta, watchdog->mult, in clocksource_watchdog()212 watchdog->shift); in clocksource_watchdog()230 (watchdog->flags & CLOCK_SOURCE_IS_CONTINUOUS)) { in clocksource_watchdog()280 if (watchdog_running || !watchdog || list_empty(&watchdog_list)) in clocksource_start_watchdog()291 if (!watchdog_running || (watchdog && !list_empty(&watchdog_list))) in clocksource_stop_watchdog()324 if (!watchdog || cs->rating > watchdog->rating) { in clocksource_enqueue_watchdog()325 watchdog = cs; in clocksource_enqueue_watchdog()[all …]
225 static int watchdog(void *dummy) in watchdog() function247 watchdog_task = kthread_run(watchdog, NULL, "khungtaskd"); in hung_task_init()
553 static void watchdog(unsigned int cpu) in watchdog() function691 .thread_fn = watchdog,
83 obj-$(CONFIG_LOCKUP_DETECTOR) += watchdog.o
191 bool "Device suspend/resume watchdog"194 Sets up a watchdog timer to capture drivers that are
2130 static void watchdog(struct rq *rq, struct task_struct *p) in watchdog() function2161 watchdog(rq, p); in task_tick_rt()