Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dclocksource-wdtest.c46 .flags = CLOCK_SOURCE_MUST_VERIFY,
80 CLOCK_SOURCE_MUST_VERIFY | \
H A Dclocksource.c635 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) { in clocksource_enqueue_watchdog()
659 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) in clocksource_select_watchdog()
686 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) { in clocksource_dequeue_watchdog()
/linux-6.15/arch/x86/kernel/
H A Dtsc.c1173 CLOCK_SOURCE_MUST_VERIFY,
1195 CLOCK_SOURCE_MUST_VERIFY |
1225 clocksource_tsc_early.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()
1226 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()
1231 return !(clocksource_tsc.flags & CLOCK_SOURCE_MUST_VERIFY) && in tsc_clocksource_watchdog_disabled()
H A Dhpet.c1085 clocksource_hpet.flags |= CLOCK_SOURCE_MUST_VERIFY; in hpet_enable()
/linux-6.15/drivers/clocksource/
H A Dacpi_pm.c247 clocksource_acpi_pm.flags |= CLOCK_SOURCE_MUST_VERIFY; in init_acpi_pm_clocksource()
/linux-6.15/arch/parisc/kernel/
H A Dtime.c197 CLOCK_SOURCE_MUST_VERIFY |
/linux-6.15/include/linux/
H A Dclocksource.h144 #define CLOCK_SOURCE_MUST_VERIFY 0x02 macro