Home
last modified time | relevance | path

Searched defs:timekeeper (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dtimekeeper_internal.h113 struct timekeeper { struct
115 struct tk_read_base tkr_mono;
118 u64 xtime_sec;
119 unsigned long ktime_sec;
120 struct timespec64 wall_to_monotonic;
121 ktime_t offs_real;
122 ktime_t offs_boot;
123 ktime_t offs_tai;
124 s32 tai_offset;
127 struct tk_read_base tkr_raw;
[all …]
/linux/kernel/time/
H A Dtimekeeping.c51 struct timekeeper timekeeper; member