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()405 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_watchdog_kthread()751 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