Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimekeeping.h18 extern int sched_clock_suspend(void);
21 static inline int sched_clock_suspend(void) { return 0; } in sched_clock_suspend() function
H A Dsched_clock.c275 int sched_clock_suspend(void) in sched_clock_suspend() function
296 .suspend = sched_clock_suspend,
H A Dtick-common.c532 sched_clock_suspend(); in tick_freeze()