Searched refs:CLOCK_SOURCE_UNSTABLE (Results 1 – 3 of 3) sorted by relevance
96 if (clocksource_wdtest_ktime.flags & CLOCK_SOURCE_UNSTABLE) { in wdtest_ktime_clocksource_reset() 157 !(clocksource_wdtest_ktime.flags & CLOCK_SOURCE_UNSTABLE)); in wdtest_func() 165 WARN_ON_ONCE(!(clocksource_wdtest_ktime.flags & CLOCK_SOURCE_UNSTABLE)); in wdtest_func()
205 cs->flags |= CLOCK_SOURCE_UNSTABLE; in __clocksource_unstable() 236 if (!(cs->flags & CLOCK_SOURCE_UNSTABLE)) { in clocksource_mark_unstable() 444 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in clocksource_watchdog() 696 curr_clocksource->flags & CLOCK_SOURCE_UNSTABLE && in __clocksource_watchdog_kthread() 702 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_watchdog_kthread() 1051 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_select()
148 #define CLOCK_SOURCE_UNSTABLE 0x40 macro