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