Searched refs:CLOCK_SOURCE_UNSTABLE (Results 1 – 3 of 3) sorted by relevance
166 cs->flags |= CLOCK_SOURCE_UNSTABLE; in __clocksource_unstable()197 if (!(cs->flags & CLOCK_SOURCE_UNSTABLE)) { in clocksource_mark_unstable()221 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in clocksource_watchdog()423 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_watchdog_kthread()769 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_select()
265 clocksource_cr16.flags = CLOCK_SOURCE_UNSTABLE; in init_cr16_clocksource()
120 #define CLOCK_SOURCE_UNSTABLE 0x40 macro