Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/time/
A Dclocksource-wdtest.c45 .flags = CLOCK_SOURCE_MUST_VERIFY,
79 CLOCK_SOURCE_MUST_VERIFY | \
A Dclocksource.c587 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) { in clocksource_enqueue_watchdog()
611 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) in clocksource_select_watchdog()
638 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) { in clocksource_dequeue_watchdog()
/linux-6.3-rc2/arch/x86/kernel/
A Dtsc.c1150 CLOCK_SOURCE_MUST_VERIFY,
1171 CLOCK_SOURCE_MUST_VERIFY |
1200 clocksource_tsc_early.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()
1201 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()
1206 return !(clocksource_tsc.flags & CLOCK_SOURCE_MUST_VERIFY) && in tsc_clocksource_watchdog_disabled()
A Dhpet.c1095 clocksource_hpet.flags |= CLOCK_SOURCE_MUST_VERIFY; in hpet_enable()
/linux-6.3-rc2/drivers/clocksource/
A Dacpi_pm.c215 clocksource_acpi_pm.flags |= CLOCK_SOURCE_MUST_VERIFY; in init_acpi_pm_clocksource()
/linux-6.3-rc2/include/linux/
A Dclocksource.h136 #define CLOCK_SOURCE_MUST_VERIFY 0x02 macro

Completed in 13 milliseconds