Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/ !
Dclocksource-wdtest.c82 static struct clocksource clocksource_wdtest_ktime = { variable
89 .list = LIST_HEAD_INIT(clocksource_wdtest_ktime.list),
95 if (clocksource_wdtest_ktime.flags & CLOCK_SOURCE_UNSTABLE) { in wdtest_ktime_clocksource_reset()
96 clocksource_unregister(&clocksource_wdtest_ktime); in wdtest_ktime_clocksource_reset()
97 clocksource_wdtest_ktime.flags = KTIME_FLAGS; in wdtest_ktime_clocksource_reset()
99 clocksource_register_khz(&clocksource_wdtest_ktime, 1000 * 1000); in wdtest_ktime_clocksource_reset()
132 clocksource_register_khz(&clocksource_wdtest_ktime, 1000 * 1000); in wdtest_func()
133 WARN_ON_ONCE(clocksource_wdtest_ktime.uncertainty_margin < NSEC_PER_USEC); in wdtest_func()
135 j1 = clocksource_wdtest_ktime.read(&clocksource_wdtest_ktime); in wdtest_func()
137 j2 = clocksource_wdtest_ktime.read(&clocksource_wdtest_ktime); in wdtest_func()
[all …]