Lines Matching defs:timekeeper
88 struct timekeeper { struct
89 struct tk_read_base tkr_mono;
90 struct tk_read_base tkr_raw;
91 u64 xtime_sec;
92 unsigned long ktime_sec;
93 struct timespec64 wall_to_monotonic;
94 ktime_t offs_real;
95 ktime_t offs_boot;
96 ktime_t offs_tai;
97 s32 tai_offset;
98 unsigned int clock_was_set_seq;
99 u8 cs_was_changed_seq;
100 ktime_t next_leap_ktime;
101 u64 raw_sec;
104 u64 cycle_interval;
105 u64 xtime_interval;
106 s64 xtime_remainder;
107 u64 raw_interval;
114 u64 ntp_tick;
138 extern void update_vsyscall(struct timekeeper *tk); argument