Home
last modified time | relevance | path

Searched refs:CLOCK_SOURCE_WATCHDOG (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/time/
A Dclocksource.c196 cs->flags &= ~(CLOCK_SOURCE_VALID_FOR_HRES | CLOCK_SOURCE_WATCHDOG); in __clocksource_unstable()
415 cs->flags &= ~CLOCK_SOURCE_WATCHDOG; in clocksource_reset_watchdog()
471 if (!(cs->flags & CLOCK_SOURCE_WATCHDOG) || in clocksource_watchdog()
473 cs->flags |= CLOCK_SOURCE_WATCHDOG; in clocksource_watchdog()
627 cs->flags &= ~CLOCK_SOURCE_WATCHDOG; in clocksource_enqueue_watchdog()
/linux/include/linux/
A Dclocksource.h144 #define CLOCK_SOURCE_WATCHDOG 0x10 macro

Completed in 8 milliseconds