Searched defs:timekeeper (Results 1 – 2 of 2) sorted by relevance
92 struct timekeeper { struct93 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;[all …]
52 struct timekeeper timekeeper; member