Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dclocksource-wdtest.c46 .flags = CLOCK_SOURCE_MUST_VERIFY,
80 CLOCK_SOURCE_MUST_VERIFY | \
H A Dclocksource.c627 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) { in clocksource_enqueue_watchdog()
651 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) in clocksource_select_watchdog()
678 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) { in clocksource_dequeue_watchdog()
/linux/arch/x86/kernel/
H A Dtsc.c1182 CLOCK_SOURCE_MUST_VERIFY,
1204 CLOCK_SOURCE_MUST_VERIFY |
1233 clocksource_tsc_early.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()
1234 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()
1239 return !(clocksource_tsc.flags & CLOCK_SOURCE_MUST_VERIFY) && in tsc_clocksource_watchdog_disabled()
H A Dhpet.c1086 clocksource_hpet.flags |= CLOCK_SOURCE_MUST_VERIFY; in hpet_enable()
/linux/drivers/clocksource/
H A Dacpi_pm.c247 clocksource_acpi_pm.flags |= CLOCK_SOURCE_MUST_VERIFY; in init_acpi_pm_clocksource()
/linux/arch/parisc/kernel/
H A Dtime.c214 CLOCK_SOURCE_MUST_VERIFY |
/linux/include/linux/
H A Dclocksource.h144 #define CLOCK_SOURCE_MUST_VERIFY 0x02 macro