Searched refs:CLOCK_SOURCE_MUST_VERIFY (Results 1 – 4 of 4) sorted by relevance
45 .flags = CLOCK_SOURCE_MUST_VERIFY,79 CLOCK_SOURCE_MUST_VERIFY | \
557 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) { in clocksource_enqueue_watchdog()581 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) in clocksource_select_watchdog()608 if (cs->flags & CLOCK_SOURCE_MUST_VERIFY) { in clocksource_dequeue_watchdog()
1135 CLOCK_SOURCE_MUST_VERIFY,1156 CLOCK_SOURCE_MUST_VERIFY |1185 clocksource_tsc_early.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()1186 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()
136 #define CLOCK_SOURCE_MUST_VERIFY 0x02 macro