Searched refs:curr_clocksource (Results 1 – 1 of 1) sorted by relevance
90 static struct clocksource *curr_clocksource; variable513 if (curr_clocksource == cs) in clocksource_watchdog()515 else if (curr_clocksource) in clocksource_watchdog()516 …pr_warn(" '%s' (not '%s') is current clocksource.\n", curr_clocksource->name,… in clocksource_watchdog()523 if (cs == curr_clocksource && cs->tick_stable) in clocksource_watchdog()547 if (cs != curr_clocksource) { in clocksource_watchdog()677 if (curr_clocksource && in __clocksource_watchdog_kthread()678 curr_clocksource->flags & CLOCK_SOURCE_UNSTABLE && in __clocksource_watchdog_kthread()679 curr_clocksource->flags & CLOCK_SOURCE_VERIFY_PERCPU) in __clocksource_watchdog_kthread()680 clocksource_verify_percpu(curr_clocksource); in __clocksource_watchdog_kthread()[all …]