Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtimekeeper_internal.h114 struct timekeeper { struct
116 struct tk_read_base tkr_mono;
119 u64 xtime_sec;
120 unsigned long ktime_sec;
122 ktime_t offs_real;
123 ktime_t offs_boot;
124 ktime_t offs_tai;
125 u32 coarse_nsec;
128 struct tk_read_base tkr_raw;
129 u64 raw_sec;
[all …]
/linux-6.15/kernel/time/
H A Dtimekeeping.c51 struct timekeeper timekeeper; member