Home
last modified time | relevance | path

Searched refs:update_vsyscall (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dtimekeeper_internal.h180 extern void update_vsyscall(struct timekeeper *tk);
185 static inline void update_vsyscall(struct timekeeper *tk) in update_vsyscall() function
/linux/arch/sparc/kernel/
H A Dvdso.c24 void update_vsyscall(struct timekeeper *tk) in update_vsyscall() function
/linux/kernel/time/
H A Dvsyscall.c5 * Generic implementation of update_vsyscall and update_vsyscall_tz.
77 void update_vsyscall(struct timekeeper *tk) in update_vsyscall() function
H A Dtimekeeping.c727 update_vsyscall(tk); in timekeeping_update_from_shadow()