Home
last modified time | relevance | path

Searched refs:tkr (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/kernel/time/
Dtimekeeping.c169 static inline u64 tk_clock_read(const struct tk_read_base *tkr) in tk_clock_read() argument
171 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() argument
233 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() argument
267 cycle_now = tk_clock_read(tkr); in timekeeping_get_delta()
[all …]