Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtimekeeper_internal.h30 struct tk_read_base { struct
79 struct tk_read_base tkr_mono;
80 struct tk_read_base tkr_raw;
/linux-4.1.27/kernel/time/
Dtimekeeping.c58 struct tk_read_base base[2];
173 static inline cycle_t timekeeping_get_delta(struct tk_read_base *tkr) in timekeeping_get_delta()
216 static inline cycle_t timekeeping_get_delta(struct tk_read_base *tkr) in timekeeping_get_delta()
312 static inline s64 timekeeping_get_ns(struct tk_read_base *tkr) in timekeeping_get_ns()
364 static void update_fast_timekeeper(struct tk_read_base *tkr, struct tk_fast *tkf) in update_fast_timekeeper()
366 struct tk_read_base *base = tkf->base; in update_fast_timekeeper()
415 struct tk_read_base *tkr; in __ktime_get_fast_ns()
460 static struct tk_read_base tkr_dummy; in halt_fast_timekeeper()
461 struct tk_read_base *tkr = &tk->tkr_mono; in halt_fast_timekeeper()