Lines Matching refs:tk_read_base
69 struct tk_read_base base[2];
166 static inline u64 tk_clock_read(const struct tk_read_base *tkr) in tk_clock_read()
215 static inline u64 timekeeping_get_delta(const struct tk_read_base *tkr) in timekeeping_get_delta()
259 static inline u64 timekeeping_get_delta(const struct tk_read_base *tkr) in timekeeping_get_delta()
356 static inline u64 timekeeping_delta_to_ns(const struct tk_read_base *tkr, u64 delta) in timekeeping_delta_to_ns()
367 static inline u64 timekeeping_get_ns(const struct tk_read_base *tkr) in timekeeping_get_ns()
375 static inline u64 timekeeping_cycles_to_ns(const struct tk_read_base *tkr, u64 cycles) in timekeeping_cycles_to_ns()
398 static void update_fast_timekeeper(const struct tk_read_base *tkr, in update_fast_timekeeper()
401 struct tk_read_base *base = tkf->base; in update_fast_timekeeper()
450 struct tk_read_base *tkr; in __ktime_get_fast_ns()
516 struct tk_read_base *tkr; in __ktime_get_real_fast_ns()
556 static struct tk_read_base tkr_dummy; in halt_fast_timekeeper()
557 const struct tk_read_base *tkr = &tk->tkr_mono; in halt_fast_timekeeper()