Home
last modified time | relevance | path

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

/kernel/time/
Dtick-internal.h107 extern void tick_resume_oneshot(void);
118 static inline void tick_resume_oneshot(void) { BUG(); } in tick_resume_oneshot() function
Dtick-oneshot.c53 void tick_resume_oneshot(void) in tick_resume_oneshot() function
Dtick-common.c439 tick_resume_oneshot(); in tick_resume_local()