Lines Matching defs:timekeeper
92 struct timekeeper { struct
93 struct tk_read_base tkr_mono;
94 struct tk_read_base tkr_raw;
95 u64 xtime_sec;
96 unsigned long ktime_sec;
97 struct timespec64 wall_to_monotonic;
98 ktime_t offs_real;
99 ktime_t offs_boot;
100 ktime_t offs_tai;
101 s32 tai_offset;
102 unsigned int clock_was_set_seq;
103 u8 cs_was_changed_seq;
104 ktime_t next_leap_ktime;
105 u64 raw_sec;
106 struct timespec64 monotonic_to_boot;
109 u64 cycle_interval;
110 u64 xtime_interval;
111 s64 xtime_remainder;
112 u64 raw_interval;
119 u64 ntp_tick;
143 extern void update_vsyscall(struct timekeeper *tk); argument