Searched refs:curr_clocksource (Results 1 – 1 of 1) sorted by relevance
90 static struct clocksource *curr_clocksource; variable414 if (curr_clocksource == cs) in clocksource_watchdog()416 else if (curr_clocksource) in clocksource_watchdog()417 …pr_warn(" '%s' (not '%s') is current clocksource.\n", curr_clocksource->name,… in clocksource_watchdog()424 if (cs == curr_clocksource && cs->tick_stable) in clocksource_watchdog()448 if (cs != curr_clocksource) { in clocksource_watchdog()586 if (curr_clocksource && in __clocksource_watchdog_kthread()587 curr_clocksource->flags & CLOCK_SOURCE_UNSTABLE && in __clocksource_watchdog_kthread()588 curr_clocksource->flags & CLOCK_SOURCE_VERIFY_PERCPU) in __clocksource_watchdog_kthread()589 clocksource_verify_percpu(curr_clocksource); in __clocksource_watchdog_kthread()[all …]