Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/time/
Dclocksource-wdtest.c45 .flags = CLOCK_SOURCE_MUST_VERIFY,
79 CLOCK_SOURCE_MUST_VERIFY | \
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-v5.15/arch/x86/kernel/
Dtsc.c1135 CLOCK_SOURCE_MUST_VERIFY,
1156 CLOCK_SOURCE_MUST_VERIFY |
1391 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in init_tsc_clocksource()
1530 clocksource_tsc_early.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_init()
/Linux-v5.15/include/linux/
Dclocksource.h136 #define CLOCK_SOURCE_MUST_VERIFY 0x02 macro