Searched defs:timekeeper (Results 1 – 4 of 4) 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 …]
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
50 struct timekeeper timekeeper; member