Home
last modified time | relevance | path

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

/kernel/time/
Dclocksource.c123 static struct clocksource *watchdog; variable
230 *wdnow = watchdog->read(watchdog); in cs_watchdog_read()
232 wd_end = watchdog->read(watchdog); in cs_watchdog_read()
233 wd_end2 = watchdog->read(watchdog); in cs_watchdog_read()
236 wd_delta = clocksource_delta(wd_end, *wdnow, watchdog->mask); in cs_watchdog_read()
237 wd_delay = clocksource_cyc2ns(wd_delta, watchdog->mult, in cs_watchdog_read()
238 watchdog->shift); in cs_watchdog_read()
242 smp_processor_id(), watchdog->name, nretries); in cs_watchdog_read()
256 wd_delta = clocksource_delta(wd_end2, wd_end, watchdog->mask); in cs_watchdog_read()
257 wd_seq_delay = clocksource_cyc2ns(wd_delta, watchdog->mult, watchdog->shift); in cs_watchdog_read()
[all …]
DKconfig200 int "Clocksource watchdog maximum allowable skew (in μs)"
205 Specify the maximum amount of allowable watchdog skew in
/kernel/
Dhung_task.c366 static int watchdog(void *dummy) in watchdog() function
401 watchdog_task = kthread_run(watchdog, NULL, "khungtaskd"); in hung_task_init()
DMakefile92 obj-$(CONFIG_LOCKUP_DETECTOR) += watchdog.o
/kernel/power/
DKconfig229 bool "Device suspend/resume watchdog"
232 Sets up a watchdog timer to capture drivers that are
/kernel/sched/
Drt.c2714 static void watchdog(struct rq *rq, struct task_struct *p) in watchdog() function
2738 static inline void watchdog(struct rq *rq, struct task_struct *p) { } in watchdog() function
2757 watchdog(rq, p); in task_tick_rt()