Searched refs:CLOCK_SOURCE_WATCHDOG (Results 1 – 2 of 2) sorted by relevance
168 cs->flags &= ~(CLOCK_SOURCE_VALID_FOR_HRES | CLOCK_SOURCE_WATCHDOG); in __clocksource_unstable()421 if (!(cs->flags & CLOCK_SOURCE_WATCHDOG) || in clocksource_watchdog()423 cs->flags |= CLOCK_SOURCE_WATCHDOG; in clocksource_watchdog()545 cs->flags &= ~CLOCK_SOURCE_WATCHDOG; in clocksource_reset_watchdog()560 cs->flags &= ~CLOCK_SOURCE_WATCHDOG; in clocksource_enqueue_watchdog()
138 #define CLOCK_SOURCE_WATCHDOG 0x10 macro