Home
last modified time | relevance | path

Searched refs:watchdog (Results 1 – 6 of 6) sorted by relevance

/kernel/time/
Dclocksource.c112 static struct clocksource *watchdog; variable
198 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 …]
/kernel/
Dhung_task.c225 static int watchdog(void *dummy) in watchdog() function
247 watchdog_task = kthread_run(watchdog, NULL, "khungtaskd"); in hung_task_init()
Dwatchdog.c553 static void watchdog(unsigned int cpu) in watchdog() function
691 .thread_fn = watchdog,
DMakefile83 obj-$(CONFIG_LOCKUP_DETECTOR) += watchdog.o
/kernel/power/
DKconfig191 bool "Device suspend/resume watchdog"
194 Sets up a watchdog timer to capture drivers that are
/kernel/sched/
Drt.c2130 static void watchdog(struct rq *rq, struct task_struct *p) in watchdog() function
2161 watchdog(rq, p); in task_tick_rt()