Searched refs:curr_clocksource (Results 1 – 1 of 1) sorted by relevance
102 static struct clocksource *curr_clocksource; variable532 if (curr_clocksource == cs) in clocksource_watchdog()534 else if (curr_clocksource) in clocksource_watchdog()535 …pr_warn(" '%s' (not '%s') is current clocksource.\n", curr_clocksource->name,… in clocksource_watchdog()542 if (cs == curr_clocksource && cs->tick_stable) in clocksource_watchdog()566 if (cs != curr_clocksource) { in clocksource_watchdog()694 if (curr_clocksource && in __clocksource_watchdog_kthread()695 curr_clocksource->flags & CLOCK_SOURCE_UNSTABLE && in __clocksource_watchdog_kthread()696 curr_clocksource->flags & CLOCK_SOURCE_VERIFY_PERCPU) in __clocksource_watchdog_kthread()697 clocksource_verify_percpu(curr_clocksource); in __clocksource_watchdog_kthread()[all …]