Home
last modified time | relevance | path

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

/linux/kernel/time/
A Dclocksource-wdtest.c45 .flags = CLOCK_SOURCE_MUST_VERIFY,
79 CLOCK_SOURCE_MUST_VERIFY | \
A Dclocksource.c519 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) { in clocksource_enqueue_watchdog()
543 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) in clocksource_select_watchdog()
570 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) { in clocksource_dequeue_watchdog()
/linux/arch/x86/kernel/
A Dtsc.c1135 CLOCK_SOURCE_MUST_VERIFY,
1156 CLOCK_SOURCE_MUST_VERIFY |
1185 clocksource_tsc_early.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()
1186 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()
/linux/include/linux/
A Dclocksource.h136 #define CLOCK_SOURCE_MUST_VERIFY 0x02 macro

Completed in 10 milliseconds