Searched refs:tkr (Results 1 – 1 of 1) sorted by relevance
169 static inline u64 tk_clock_read(const struct tk_read_base *tkr) in tk_clock_read() argument171 struct clocksource *clock = READ_ONCE(tkr->clock); in tk_clock_read()218 static inline u64 timekeeping_get_delta(const struct tk_read_base *tkr) in timekeeping_get_delta() argument233 now = tk_clock_read(tkr); in timekeeping_get_delta()234 last = tkr->cycle_last; in timekeeping_get_delta()235 mask = tkr->mask; in timekeeping_get_delta()236 max = tkr->clock->max_cycles; in timekeeping_get_delta()253 delta = tkr->clock->max_cycles; in timekeeping_get_delta()262 static inline u64 timekeeping_get_delta(const struct tk_read_base *tkr) in timekeeping_get_delta() argument267 cycle_now = tk_clock_read(tkr); in timekeeping_get_delta()[all …]