Searched refs:offs_real (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/time/
H A Dtimekeeping.h8 ktime_t *offs_real,
H A Dtimekeeping.c161 WARN_ON_ONCE(tk->offs_real != timespec64_to_ktime(tmp));
164 tk->offs_real = timespec64_to_ktime(tmp);
165 tk->offs_tai = ktime_add(tk->offs_real, ktime_set(tk->tai_offset, 0));
659 tkr_dummy.base_real = tkr->base + tk->offs_real;
720 tk->next_leap_ktime = ktime_sub(tk->next_leap_ktime, tk->offs_real);
770 tk->tkr_mono.base_real = tk->tkr_mono.base + tk->offs_real;
874 [TK_OFFS_REAL] = &tk_core.timekeeper.offs_real,
1074 tk_core.timekeeper.offs_real);
1262 tk_core.timekeeper.offs_real);
1441 tk->offs_tai = ktime_add(tk->offs_real, ktime_se
2309 ktime_get_update_offsets_now(unsigned int *cwsseq, ktime_t *offs_real, ktime_t *offs_boot, ktime_t *offs_tai) argument
[all...]
H A Dhrtimer.c630 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; local
635 offs_real, offs_boot, offs_tai);
637 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real;
/linux-master/include/linux/
H A Dtimekeeper_internal.h52 * @offs_real: Offset clock monotonic -> clock realtime
98 ktime_t offs_real; member in struct:timekeeper

Completed in 125 milliseconds