Searched defs:timekeeper (Results 1 – 2 of 2) sorted by relevance
83 struct timekeeper { struct84 struct tk_read_base tkr_mono;85 struct tk_read_base tkr_raw;86 u64 xtime_sec;87 unsigned long ktime_sec;88 struct timespec64 wall_to_monotonic;89 ktime_t offs_real;90 ktime_t offs_boot;91 ktime_t offs_tai;92 s32 tai_offset;[all …]
41 struct timekeeper timekeeper; member