Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/time/
Dtimekeeping.c191 static inline u64 tk_clock_read(const struct tk_read_base *tkr) in tk_clock_read() argument
193 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() argument
255 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() argument
289 cycle_now = tk_clock_read(tkr); in timekeeping_get_delta()
[all …]