Searched refs:CLOCK_SOURCE_UNSTABLE (Results 1 – 3 of 3) sorted by relevance
155 cs->flags |= CLOCK_SOURCE_UNSTABLE; in __clocksource_unstable()186 if (!(cs->flags & CLOCK_SOURCE_UNSTABLE)) { in clocksource_mark_unstable()297 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in clocksource_watchdog()507 curr_clocksource->flags & CLOCK_SOURCE_UNSTABLE && in __clocksource_watchdog_kthread()513 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_watchdog_kthread()859 if (cs->flags & CLOCK_SOURCE_UNSTABLE) { in __clocksource_select()
260 clocksource_cr16.flags = CLOCK_SOURCE_UNSTABLE; in init_cr16_clocksource()
131 #define CLOCK_SOURCE_UNSTABLE 0x40 macro