Searched refs:CLOCK_SOURCE_UNSTABLE (Results 1 – 3 of 3) sorted by relevance
148 cs->flags |= CLOCK_SOURCE_UNSTABLE; in __clocksource_unstable()179 if (!(cs->flags & CLOCK_SOURCE_UNSTABLE)) { in clocksource_mark_unstable()203 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in clocksource_watchdog()412 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_watchdog_kthread()758 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_select()
272 clocksource_cr16.flags = CLOCK_SOURCE_UNSTABLE; in init_cr16_clocksource()
131 #define CLOCK_SOURCE_UNSTABLE 0x40 macro