Searched refs:timekeeping_notify (Results 1 – 3 of 3) sorted by relevance
277 extern int timekeeping_notify(struct clocksource *clock);
181 * clocksource_select() calls timekeeping_notify() which uses in clocksource_watchdog_work() 1070 if (curr_clocksource != best && !timekeeping_notify(best)) { in __clocksource_select()
1616 * timekeeping_notify - Install a new clock source1622 int timekeeping_notify(struct clocksource *clock) in timekeeping_notify() function