Lines Matching full:clocksource
3 * Unit test for the clocksource watchdog.
12 #include <linux/clocksource.h>
25 MODULE_DESCRIPTION("Clocksource watchdog unit test");
35 static u64 wdtest_jiffies_read(struct clocksource *cs)
40 static struct clocksource clocksource_wdtest_jiffies = {
55 static u64 wdtest_ktime_read(struct clocksource *cs)
73 static void wdtest_ktime_cs_mark_unstable(struct clocksource *cs)
75 pr_info("--- Marking %s unstable due to clocksource watchdog.\n", cs->name);
83 static struct clocksource clocksource_wdtest_ktime = {
93 /* Reset the clocksource if needed. */