Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtimekeeper_internal.h50 struct tk_read_base { struct
142 struct tk_read_base tkr_mono;
158 struct tk_read_base tkr_raw;
/linux/kernel/time/
H A Dtimekeeping.c106 struct tk_read_base base[2];
291 static inline u64 tk_clock_read(const struct tk_read_base *tkr) in tk_clock_read()
373 static noinline u64 delta_to_ns_safe(const struct tk_read_base *tkr, u64 delta) in delta_to_ns_safe()
378 static inline u64 timekeeping_cycles_to_ns(const struct tk_read_base *tkr, u64 cycles) in timekeeping_cycles_to_ns()
402 static __always_inline u64 timekeeping_get_ns(const struct tk_read_base *tkr) in timekeeping_get_ns()
422 static void update_fast_timekeeper(const struct tk_read_base *tkr, in update_fast_timekeeper()
425 struct tk_read_base *base = tkf->base; in update_fast_timekeeper()
444 struct tk_read_base *tkr; in __ktime_get_fast_ns()
565 struct tk_read_base *tkr; in ktime_get_real_fast_ns()
592 static struct tk_read_base tkr_dummy; in halt_fast_timekeeper()
[all …]
H A Dvsyscall.c18 static inline void fill_clock_configuration(struct vdso_clock *vc, const struct tk_read_base *base) in fill_clock_configuration()