Lines Matching defs:timekeeper
78 struct timekeeper { struct
79 struct tk_read_base tkr_mono;
80 struct tk_read_base tkr_raw;
81 u64 xtime_sec;
82 unsigned long ktime_sec;
83 struct timespec64 wall_to_monotonic;
84 ktime_t offs_real;
85 ktime_t offs_boot;
86 ktime_t offs_tai;
87 s32 tai_offset;
111 extern void update_vsyscall(struct timekeeper *tk); argument