• Home
  • Raw
  • Download

Lines Matching refs:timekeeper

52 	struct timekeeper	timekeeper;  member
57 static struct timekeeper shadow_timekeeper;
117 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime()
129 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime()
138 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
144 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
151 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
168 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time()
201 static void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update()
242 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta()
281 static inline void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update()
309 static void tk_setup_internals(struct timekeeper *tk, struct clocksource *clock) in tk_setup_internals()
534 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_boot_fast_ns()
551 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_tai_fast_ns()
635 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_fast_timestamps()
651 static void halt_fast_timekeeper(const struct timekeeper *tk) in halt_fast_timekeeper()
670 static void update_pvclock_gtod(struct timekeeper *tk, bool was_set) in update_pvclock_gtod()
681 struct timekeeper *tk = &tk_core.timekeeper; in pvclock_gtod_register_notifier()
715 static inline void tk_update_leap_state(struct timekeeper *tk) in tk_update_leap_state()
726 static inline void tk_update_ktime_data(struct timekeeper *tk) in tk_update_ktime_data()
757 static void timekeeping_update(struct timekeeper *tk, unsigned int action) in timekeeping_update()
782 memcpy(&shadow_timekeeper, &tk_core.timekeeper, in timekeeping_update()
783 sizeof(tk_core.timekeeper)); in timekeeping_update()
794 static void timekeeping_forward_now(struct timekeeper *tk) in timekeeping_forward_now()
817 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_real_ts64()
838 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get()
858 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_resolution_ns()
874 [TK_OFFS_REAL] = &tk_core.timekeeper.offs_real,
875 [TK_OFFS_BOOT] = &tk_core.timekeeper.offs_boot,
876 [TK_OFFS_TAI] = &tk_core.timekeeper.offs_tai,
881 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_with_offset()
902 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_coarse_with_offset()
945 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_raw()
971 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_ts64()
1003 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_seconds()
1022 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_real_seconds()
1046 struct timekeeper *tk = &tk_core.timekeeper; in __ktime_get_real_seconds()
1057 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_snapshot()
1076 tk_core.timekeeper.offs_real); in ktime_get_snapshot()
1078 tk_core.timekeeper.offs_boot); in ktime_get_snapshot()
1135 struct timekeeper *tk = &tk_core.timekeeper; in adjust_historical_crosststamp()
1223 struct timekeeper *tk = &tk_core.timekeeper; in get_device_system_crosststamp()
1268 tk_core.timekeeper.offs_real); in get_device_system_crosststamp()
1323 struct timekeeper *tk = &tk_core.timekeeper; in do_settimeofday64()
1373 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_inject_offset()
1446 static void __timekeeping_set_tai_offset(struct timekeeper *tk, s32 tai_offset) in __timekeeping_set_tai_offset()
1459 struct timekeeper *tk = &tk_core.timekeeper; in change_clocksource()
1511 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_notify()
1528 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_raw_ts64()
1550 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_valid_for_hres()
1569 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_max_deferment()
1644 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_init()
1697 static void __timekeeping_inject_sleeptime(struct timekeeper *tk, in __timekeeping_inject_sleeptime()
1761 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_inject_sleeptime64()
1788 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_resume()
1850 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_suspend()
1933 static __always_inline void timekeeping_apply_adjustment(struct timekeeper *tk, in timekeeping_apply_adjustment()
2011 static void timekeeping_adjust(struct timekeeper *tk, s64 offset) in timekeeping_adjust()
2072 static inline unsigned int accumulate_nsecs_to_secs(struct timekeeper *tk) in accumulate_nsecs_to_secs()
2121 static u64 logarithmic_accumulation(struct timekeeper *tk, u64 offset, in logarithmic_accumulation()
2161 struct timekeeper *real_tk = &tk_core.timekeeper; in timekeeping_advance()
2162 struct timekeeper *tk = &shadow_timekeeper; in timekeeping_advance()
2257 struct timekeeper *tk = &tk_core.timekeeper; in getboottime64()
2266 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_coarse_real_ts64()
2279 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_coarse_ts64()
2320 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_update_offsets_now()
2419 struct tk_read_base *tkr = &tk_core.timekeeper.tkr_mono; in random_get_entropy_fallback()
2433 struct timekeeper *tk = &tk_core.timekeeper; in do_adjtimex()