Searched refs:offs_real (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/kernel/time/ |
D | timekeeping.h | 7 ktime_t *offs_real,
|
D | timekeeping.c | 107 WARN_ON_ONCE(tk->offs_real.tv64 != timespec64_to_ktime(tmp).tv64); in tk_set_wall_to_mono() 110 tk->offs_real = timespec64_to_ktime(tmp); in tk_set_wall_to_mono() 111 tk->offs_tai = ktime_add(tk->offs_real, ktime_set(tk->tai_offset, 0)); in tk_set_wall_to_mono() 524 tk->next_leap_ktime = ktime_sub(tk->next_leap_ktime, tk->offs_real); in tk_update_leap_state() 702 [TK_OFFS_REAL] = &tk_core.timekeeper.offs_real, 1021 tk->offs_tai = ktime_add(tk->offs_real, ktime_set(tai_offset, 0)); in __timekeeping_set_tai_offset() 1862 ktime_t t = ktime_sub(tk->offs_real, tk->offs_boot); in getboottime64() 1940 ktime_t ktime_get_update_offsets_now(unsigned int *cwsseq, ktime_t *offs_real, in ktime_get_update_offsets_now() argument 1957 *offs_real = tk->offs_real; in ktime_get_update_offsets_now() 1964 *offs_real = ktime_sub(tk->offs_real, ktime_set(1, 0)); in ktime_get_update_offsets_now()
|
D | hrtimer.c | 504 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base() local 509 offs_real, offs_boot, offs_tai); in hrtimer_update_base()
|
/linux-4.4.14/include/linux/ |
D | timekeeper_internal.h | 89 ktime_t offs_real; member
|