Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/time/
Dclocksource-wdtest.c96 if (clocksource_wdtest_ktime.flags & CLOCK_SOURCE_UNSTABLE) { in wdtest_ktime_clocksource_reset()
156 !(clocksource_wdtest_ktime.flags & CLOCK_SOURCE_UNSTABLE)); in wdtest_func()
164 WARN_ON_ONCE(!(clocksource_wdtest_ktime.flags & CLOCK_SOURCE_UNSTABLE)); in wdtest_func()
Dclocksource.c197 cs->flags |= CLOCK_SOURCE_UNSTABLE; in __clocksource_unstable()
228 if (!(cs->flags & CLOCK_SOURCE_UNSTABLE)) { in clocksource_mark_unstable()
438 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in clocksource_watchdog()
692 curr_clocksource->flags & CLOCK_SOURCE_UNSTABLE && in __clocksource_watchdog_kthread()
698 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_watchdog_kthread()
1038 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_select()
/linux-6.12.1/include/linux/
Dclocksource.h146 #define CLOCK_SOURCE_UNSTABLE 0x40 macro