Searched refs:CLOCK_SOURCE_WATCHDOG (Results 1 – 2 of 2) sorted by relevance
139 cs->flags &= ~(CLOCK_SOURCE_VALID_FOR_HRES | CLOCK_SOURCE_WATCHDOG); in __clocksource_unstable()195 if (!(cs->flags & CLOCK_SOURCE_WATCHDOG) || in clocksource_watchdog()197 cs->flags |= CLOCK_SOURCE_WATCHDOG; in clocksource_watchdog()302 cs->flags &= ~CLOCK_SOURCE_WATCHDOG; in clocksource_reset_watchdog()318 cs->flags &= ~CLOCK_SOURCE_WATCHDOG; in clocksource_enqueue_watchdog()
106 #define CLOCK_SOURCE_WATCHDOG 0x10 macro