Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtimekeeper_internal.h83 struct timekeeper { struct
84 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 …]
/linux-4.4.14/kernel/time/
Dtimekeeping.c41 struct timekeeper timekeeper; member