Searched refs:tkr (Results 1 – 1 of 1) sorted by relevance
189 static inline u64 tk_clock_read(const struct tk_read_base *tkr) in tk_clock_read() argument191 struct clocksource *clock = READ_ONCE(tkr->clock); in tk_clock_read()238 static inline u64 timekeeping_get_delta(const struct tk_read_base *tkr) in timekeeping_get_delta() argument253 now = tk_clock_read(tkr); in timekeeping_get_delta()254 last = tkr->cycle_last; in timekeeping_get_delta()255 mask = tkr->mask; in timekeeping_get_delta()256 max = tkr->clock->max_cycles; in timekeeping_get_delta()273 delta = tkr->clock->max_cycles; in timekeeping_get_delta()282 static inline u64 timekeeping_get_delta(const struct tk_read_base *tkr) in timekeeping_get_delta() argument287 cycle_now = tk_clock_read(tkr); in timekeeping_get_delta()[all …]