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

/linux-master/include/asm-generic/vdso/
H A Dvsyscall.h16 struct timekeeper *tk)
/linux-master/kernel/time/
H A Dtimekeeping.c37 /* Update timekeeper when a tick has passed */
40 /* Update timekeeper on a direct frequency change */
52 struct timekeeper timekeeper; member in struct:__anon2900
57 static struct timekeeper shadow_timekeeper;
63 * struct tk_fast - NMI safe timekeeper
76 /* Suspend-time cycles value for halted fast timekeeper. */
117 static inline void tk_normalize_xtime(struct timekeeper *tk)
129 static inline struct timespec64 tk_xtime(const struct timekeeper *tk)
138 static void tk_set_xtime(struct timekeeper *t
[all...]
H A Dvsyscall.c19 struct timekeeper *tk)
72 void update_vsyscall(struct timekeeper *tk)
137 * data. Disables interrupts, acquires timekeeper lock to serialize against
160 * synchronization if the architecture requires it, drops timekeeper lock
/linux-master/arch/arm64/include/asm/vdso/
H A Dvsyscall.h25 void __arm64_update_vsyscall(struct vdso_data *vdata, struct timekeeper *tk)
/linux-master/include/linux/
H A Dtimekeeper_internal.h28 * The struct is separate from struct timekeeper as it is also used
46 * struct timekeeper - Structure holding internal timekeeping values.
92 struct timekeeper { struct
143 extern void update_vsyscall(struct timekeeper *tk);
148 static inline void update_vsyscall(struct timekeeper *tk)
/linux-master/arch/sparc/kernel/
H A Dvdso.c24 void update_vsyscall(struct timekeeper *tk)
/linux-master/arch/x86/xen/
H A Dtime.c105 struct timekeeper *tk = priv;
/linux-master/arch/arm/xen/
H A Denlighten.c107 struct timekeeper *tk = priv;
/linux-master/arch/x86/kvm/
H A Dx86.c2270 static void update_pvclock_gtod(struct timekeeper *tk)
9632 struct timekeeper *tk = priv;

Completed in 151 milliseconds