Symbol: tk_read_base
include/linux/timekeeper_internal.h
146
struct tk_read_base tkr_mono;
include/linux/timekeeper_internal.h
162
struct tk_read_base tkr_raw;
kernel/time/timekeeping.c
107
struct tk_read_base base[2];
kernel/time/timekeeping.c
1191
static inline u64 tk_clock_read_snapshot(const struct tk_read_base *tkr,
kernel/time/timekeeping.c
1464
struct tk_read_base *tkr = &tk_core.timekeeper.tkr_mono;
kernel/time/timekeeping.c
1726
struct tk_read_base *tkr_mono = &tks->tkr_mono;
kernel/time/timekeeping.c
2916
struct tk_read_base *tkr = &tk_core.timekeeper.tkr_mono;
kernel/time/timekeeping.c
297
static __always_inline u64 tk_clock_read(const struct tk_read_base *tkr)
kernel/time/timekeeping.c
317
static __always_inline u64 tk_clock_read(const struct tk_read_base *tkr)
kernel/time/timekeeping.c
3229
struct tk_read_base *tkr_raw = &tk_core.timekeeper.tkr_raw;
kernel/time/timekeeping.c
424
static noinline u64 delta_to_ns_safe(const struct tk_read_base *tkr, u64 delta)
kernel/time/timekeeping.c
429
static __always_inline u64 timekeeping_cycles_to_ns(const struct tk_read_base *tkr, u64 cycles)
kernel/time/timekeeping.c
453
static __always_inline u64 timekeeping_get_ns(const struct tk_read_base *tkr)
kernel/time/timekeeping.c
473
static void update_fast_timekeeper(const struct tk_read_base *tkr,
kernel/time/timekeeping.c
476
struct tk_read_base *base = tkf->base;
kernel/time/timekeeping.c
495
struct tk_read_base *tkr;
kernel/time/timekeeping.c
616
struct tk_read_base *tkr;
kernel/time/timekeeping.c
643
static struct tk_read_base tkr_dummy;
kernel/time/timekeeping.c
644
const struct tk_read_base *tkr = &tk->tkr_mono;
kernel/time/timekeeping.c
752
struct tk_read_base *tkrs = &tks->tkr_mono;
kernel/time/timekeeping.c
753
struct tk_read_base *tkrc = &tkc->tkr_mono;
kernel/time/timekeeping.c
893
struct tk_read_base *tkrm = &tk->tkr_mono;
kernel/time/vsyscall.c
18
static inline void fill_clock_configuration(struct vdso_clock *vc, const struct tk_read_base *base)