Searched refs:tkr (Results 1 – 1 of 1) sorted by relevance
191 static inline u64 tk_clock_read(const struct tk_read_base *tkr) in tk_clock_read() argument193 struct clocksource *clock = READ_ONCE(tkr->clock); in tk_clock_read()240 static inline u64 timekeeping_get_delta(const struct tk_read_base *tkr) in timekeeping_get_delta() argument255 now = tk_clock_read(tkr); in timekeeping_get_delta()256 last = tkr->cycle_last; in timekeeping_get_delta()257 mask = tkr->mask; in timekeeping_get_delta()258 max = tkr->clock->max_cycles; in timekeeping_get_delta()275 delta = tkr->clock->max_cycles; in timekeeping_get_delta()284 static inline u64 timekeeping_get_delta(const struct tk_read_base *tkr) in timekeeping_get_delta() argument289 cycle_now = tk_clock_read(tkr); in timekeeping_get_delta()[all …]