Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dtimekeeping.c48 struct timekeeper timekeeper; member
54 static struct timekeeper shadow_timekeeper;
95 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime()
107 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime()
116 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
122 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
129 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
146 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time()
179 static void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update()
220 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta()
[all …]
Dvsyscall.c17 struct timekeeper *tk) in update_vdso_data()
81 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/Linux-v5.4/include/linux/
Dtimekeeper_internal.h92 struct timekeeper { struct
143 extern void update_vsyscall(struct timekeeper *tk); argument
148 static inline void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/Linux-v5.4/include/asm-generic/vdso/
Dvsyscall.h22 static __always_inline int __arch_get_clock_mode(struct timekeeper *tk) in __arch_get_clock_mode()
30 struct timekeeper *tk) in __arch_update_vsyscall()
/Linux-v5.4/arch/arm64/include/asm/vdso/
Dvsyscall.h25 int __arm64_get_clock_mode(struct timekeeper *tk) in __arm64_get_clock_mode()
34 void __arm64_update_vsyscall(struct vdso_data *vdata, struct timekeeper *tk) in __arm64_update_vsyscall()
/Linux-v5.4/arch/mips/include/asm/vdso/
Dvsyscall.h23 int __mips_get_clock_mode(struct timekeeper *tk) in __mips_get_clock_mode()
/Linux-v5.4/arch/x86/include/asm/vdso/
Dvsyscall.h27 int __x86_get_clock_mode(struct timekeeper *tk) in __x86_get_clock_mode()
/Linux-v5.4/arch/arm/kernel/
Dvdso.c277 static bool tk_is_cntvct(const struct timekeeper *tk) in tk_is_cntvct()
306 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/Linux-v5.4/arch/sparc/kernel/
Dvdso.c25 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/Linux-v5.4/arch/nds32/kernel/
Dvdso.c209 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/Linux-v5.4/arch/arm/xen/
Denlighten.c101 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify()
/Linux-v5.4/arch/ia64/kernel/
Dtime.c431 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/Linux-v5.4/arch/x86/xen/
Dtime.c96 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify()
/Linux-v5.4/Documentation/core-api/
Dtimekeeping.rst138 a non-maskable interrupt (NMI) during a timekeeper update, and
/Linux-v5.4/arch/s390/kernel/
Dtime.c276 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/Linux-v5.4/arch/powerpc/kernel/
Dtime.c886 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/Linux-v5.4/arch/x86/kvm/
Dx86.c1574 static void update_pvclock_gtod(struct timekeeper *tk) in update_pvclock_gtod()
7149 struct timekeeper *tk = priv; in pvclock_gtod_notify()