Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtimekeeper_internal.h140 struct timekeeper { struct
155 enum timekeeper_ids id; argument
158 struct tk_read_base tkr_raw;
159 u64 raw_sec;
162 unsigned int clock_was_set_seq;
163 u8 cs_was_changed_seq;
187 extern void update_vsyscall(struct timekeeper *tk); argument
/linux/kernel/time/
H A Dtimekeeping.c54 struct timekeeper timekeeper; member