Home
last modified time | relevance | path

Searched refs:timekeeping_notify (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dclocksource.h234 extern int timekeeping_notify(struct clocksource *clock);
/linux-4.4.14/kernel/time/
Dclocksource.c582 if (curr_clocksource != best && !timekeeping_notify(best)) { in __clocksource_select()
Dtimekeeping.c1089 int timekeeping_notify(struct clocksource *clock) in timekeeping_notify() function