Home
last modified time | relevance | path

Searched refs:CLOCK_SOURCE_MUST_VERIFY (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/kernel/time/
Dclocksource.c355 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) { in clocksource_enqueue_watchdog()
379 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) in clocksource_select_watchdog()
406 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) { in clocksource_dequeue_watchdog()
/Linux-v4.19/include/linux/
Dclocksource.h116 #define CLOCK_SOURCE_MUST_VERIFY 0x02 macro
/Linux-v4.19/arch/x86/kernel/
Dtsc.c1099 CLOCK_SOURCE_MUST_VERIFY,
1119 CLOCK_SOURCE_MUST_VERIFY,
1351 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in init_tsc_clocksource()