Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/time/
Dclocksource-wdtest.c95 if (clocksource_wdtest_ktime.flags & CLOCK_SOURCE_UNSTABLE) { in wdtest_ktime_clocksource_reset()
154 !(clocksource_wdtest_ktime.flags & CLOCK_SOURCE_UNSTABLE)); in wdtest_func()
162 WARN_ON_ONCE(!(clocksource_wdtest_ktime.flags & CLOCK_SOURCE_UNSTABLE)); in wdtest_func()
Dclocksource.c163 cs->flags |= CLOCK_SOURCE_UNSTABLE; in __clocksource_unstable()
194 if (!(cs->flags & CLOCK_SOURCE_UNSTABLE)) { in clocksource_mark_unstable()
370 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in clocksource_watchdog()
587 curr_clocksource->flags & CLOCK_SOURCE_UNSTABLE && in __clocksource_watchdog_kthread()
593 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_watchdog_kthread()
937 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_select()
/Linux-v5.15/arch/parisc/kernel/
Dtime.c272 clocksource_cr16.flags = CLOCK_SOURCE_UNSTABLE; in init_cr16_clocksource()
/Linux-v5.15/include/linux/
Dclocksource.h140 #define CLOCK_SOURCE_UNSTABLE 0x40 macro