Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtimekeeper_internal.h78 struct timekeeper { struct
79 struct tk_read_base tkr_mono;
80 struct tk_read_base tkr_raw;
81 u64 xtime_sec;
82 unsigned long ktime_sec;
83 struct timespec64 wall_to_monotonic;
84 ktime_t offs_real;
85 ktime_t offs_boot;
86 ktime_t offs_tai;
87 s32 tai_offset;
[all …]
/linux-4.1.27/kernel/time/
Dtimekeeping.c41 struct timekeeper timekeeper; member