Home
last modified time | relevance | path

Searched refs:timekeeper (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/kernel/time/
Dtimekeeping.c41 struct timekeeper timekeeper; member
45 static struct timekeeper shadow_timekeeper;
67 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime()
75 static inline struct timespec64 tk_xtime(struct timekeeper *tk) in tk_xtime()
84 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
90 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
97 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
114 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time()
122 static void timekeeping_check_update(struct timekeeper *tk, cycle_t offset) in timekeeping_check_update()
163 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta()
[all …]
/linux-4.4.14/include/linux/
Dtimekeeper_internal.h83 struct timekeeper { struct
130 extern void update_vsyscall(struct timekeeper *tk); argument
142 static inline void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/linux-4.4.14/arch/arm/kernel/
Dvdso.c268 static bool tk_is_cntvct(const struct timekeeper *tk) in tk_is_cntvct()
297 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/linux-4.4.14/arch/x86/entry/vsyscall/
Dvsyscall_gtod.c27 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/linux-4.4.14/arch/mips/kernel/
Dvdso.c70 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/linux-4.4.14/arch/arm64/kernel/
Dvdso.c200 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/linux-4.4.14/arch/tile/kernel/
Dtime.c260 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/linux-4.4.14/arch/s390/kernel/
Dtime.c211 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/linux-4.4.14/arch/x86/kvm/
Dx86.c1117 static void update_pvclock_gtod(struct timekeeper *tk) in update_pvclock_gtod()
5748 struct timekeeper *tk = priv; in pvclock_gtod_notify()