Lines Matching defs:timekeeper
114 struct timekeeper { struct
116 struct tk_read_base tkr_mono;
119 u64 xtime_sec;
120 unsigned long ktime_sec;
121 struct timespec64 wall_to_monotonic;
122 ktime_t offs_real;
123 ktime_t offs_boot;
124 ktime_t offs_tai;
125 u32 coarse_nsec;
128 struct tk_read_base tkr_raw;
129 u64 raw_sec;
153 extern void update_vsyscall(struct timekeeper *tk); argument