Searched refs:tk_read_base (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dtimekeeper_internal.h15 * struct tk_read_base - base structure for timekeeping readout
34 struct tk_read_base { struct
93 struct tk_read_base tkr_mono;
94 struct tk_read_base tkr_raw;
/linux-master/kernel/time/
H A Dtimekeeping.c65 * is the index for the tk_read_base array
66 * @base: tk_read_base array. Access is indexed by the lowest bit of
73 struct tk_read_base base[2];
191 static inline u64 tk_clock_read(const struct tk_read_base *tkr)
240 static inline u64 timekeeping_get_delta(const struct tk_read_base *tkr)
284 static inline u64 timekeeping_get_delta(const struct tk_read_base *tkr)
374 static inline u64 timekeeping_delta_to_ns(const struct tk_read_base *tkr, u64 delta)
384 static inline u64 timekeeping_get_ns(const struct tk_read_base *tkr)
392 static inline u64 timekeeping_cycles_to_ns(const struct tk_read_base *tkr, u64 cycles)
416 static void update_fast_timekeeper(const struct tk_read_base *tk
[all...]

Completed in 124 milliseconds