Searched refs:CLOCK_SOURCE_MUST_VERIFY (Results 1 - 6 of 6) sorted by relevance

/linux-master/kernel/time/
H A Dclocksource-wdtest.c45 .flags = CLOCK_SOURCE_MUST_VERIFY,
79 CLOCK_SOURCE_MUST_VERIFY | \
H A Dclocksource.c608 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) {
632 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY)
659 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) {
/linux-master/drivers/clocksource/
H A Dacpi_pm.c215 clocksource_acpi_pm.flags |= CLOCK_SOURCE_MUST_VERIFY;
/linux-master/include/linux/
H A Dclocksource.h136 #define CLOCK_SOURCE_MUST_VERIFY 0x02 macro
/linux-master/arch/x86/kernel/
H A Dtsc.c1170 CLOCK_SOURCE_MUST_VERIFY,
1192 CLOCK_SOURCE_MUST_VERIFY |
1222 clocksource_tsc_early.flags &= ~CLOCK_SOURCE_MUST_VERIFY;
1223 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY;
1228 return !(clocksource_tsc.flags & CLOCK_SOURCE_MUST_VERIFY) &&
H A Dhpet.c1095 clocksource_hpet.flags |= CLOCK_SOURCE_MUST_VERIFY;

Completed in 133 milliseconds