Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtimekeeper_internal.h88 struct timekeeper { struct
89 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 …]
/Linux-v4.19/kernel/time/
Dtimekeeping.c52 struct timekeeper timekeeper; member