Searched refs:CLOCK_SOURCE_WATCHDOG (Results 1 – 2 of 2) sorted by relevance
154 cs->flags &= ~(CLOCK_SOURCE_VALID_FOR_HRES | CLOCK_SOURCE_WATCHDOG); in __clocksource_unstable()310 if (!(cs->flags & CLOCK_SOURCE_WATCHDOG) || in clocksource_watchdog()312 cs->flags |= CLOCK_SOURCE_WATCHDOG; in clocksource_watchdog()427 cs->flags &= ~CLOCK_SOURCE_WATCHDOG; in clocksource_reset_watchdog()442 cs->flags &= ~CLOCK_SOURCE_WATCHDOG; in clocksource_enqueue_watchdog()
129 #define CLOCK_SOURCE_WATCHDOG 0x10 macro