Searched refs:curr_clocksource (Results 1 – 1 of 1) sorted by relevance
100 static struct clocksource *curr_clocksource; variable527 if (curr_clocksource == cs) in clocksource_watchdog()529 else if (curr_clocksource) in clocksource_watchdog()530 …pr_warn(" '%s' (not '%s') is current clocksource.\n", curr_clocksource->name,… in clocksource_watchdog()537 if (cs == curr_clocksource && cs->tick_stable) in clocksource_watchdog()561 if (cs != curr_clocksource) { in clocksource_watchdog()691 if (curr_clocksource && in __clocksource_watchdog_kthread()692 curr_clocksource->flags & CLOCK_SOURCE_UNSTABLE && in __clocksource_watchdog_kthread()693 curr_clocksource->flags & CLOCK_SOURCE_VERIFY_PERCPU) in __clocksource_watchdog_kthread()694 clocksource_verify_percpu(curr_clocksource); in __clocksource_watchdog_kthread()[all …]