Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dtick-internal.h106 extern void tick_resume_oneshot(void);
117 static inline void tick_resume_oneshot(void) { BUG(); } in tick_resume_oneshot() function
H A Dtick-oneshot.c50 void tick_resume_oneshot(void) in tick_resume_oneshot() function
H A Dtick-common.c456 tick_resume_oneshot(); in tick_resume_local()