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