Searched refs:curr_clocksource (Results 1 – 1 of 1) sorted by relevance
90 static struct clocksource *curr_clocksource; variable452 if (curr_clocksource == cs) in clocksource_watchdog()454 else if (curr_clocksource) in clocksource_watchdog()455 …pr_warn(" '%s' (not '%s') is current clocksource.\n", curr_clocksource->name,… in clocksource_watchdog()462 if (cs == curr_clocksource && cs->tick_stable) in clocksource_watchdog()486 if (cs != curr_clocksource) { in clocksource_watchdog()624 if (curr_clocksource && in __clocksource_watchdog_kthread()625 curr_clocksource->flags & CLOCK_SOURCE_UNSTABLE && in __clocksource_watchdog_kthread()626 curr_clocksource->flags & CLOCK_SOURCE_VERIFY_PERCPU) in __clocksource_watchdog_kthread()627 clocksource_verify_percpu(curr_clocksource); in __clocksource_watchdog_kthread()[all …]