Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dclocksource.h220 extern void clocksource_suspend(void);
/linux/kernel/time/
H A Dclocksource.c884 * clocksource_suspend - suspend the clocksource(s)
886 void clocksource_suspend(void) in clocksource_suspend() function
H A Dtimekeeping.c2052 clocksource_suspend(); in timekeeping_suspend()