Home
last modified time | relevance | path

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

/kernel/time/
Dtimekeeping.c138 static inline u64 tk_clock_read(struct tk_read_base *tkr) in tk_clock_read() argument
140 struct clocksource *clock = READ_ONCE(tkr->clock); in tk_clock_read()
187 static inline cycle_t timekeeping_get_delta(struct tk_read_base *tkr) in timekeeping_get_delta() argument
202 now = tk_clock_read(tkr); in timekeeping_get_delta()
203 last = tkr->cycle_last; in timekeeping_get_delta()
204 mask = tkr->mask; in timekeeping_get_delta()
205 max = tkr->clock->max_cycles; in timekeeping_get_delta()
222 delta = tkr->clock->max_cycles; in timekeeping_get_delta()
231 static inline cycle_t timekeeping_get_delta(struct tk_read_base *tkr) in timekeeping_get_delta() argument
236 cycle_now = tk_clock_read(tkr); in timekeeping_get_delta()
[all …]