Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtimekeeper_internal.h92 struct timekeeper { struct
93 struct tk_read_base tkr_mono;
94 struct tk_read_base tkr_raw;
95 u64 xtime_sec;
96 unsigned long ktime_sec;
97 struct timespec64 wall_to_monotonic;
98 ktime_t offs_real;
99 ktime_t offs_boot;
100 ktime_t offs_tai;
101 s32 tai_offset;
[all …]
/linux-6.6.21/kernel/time/
Dtimekeeping.c52 struct timekeeper timekeeper; member