offs_real          98 include/linux/timekeeper_internal.h 	ktime_t			offs_real;
offs_real         594 kernel/time/hrtimer.c 	ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset;
offs_real         599 kernel/time/hrtimer.c 					    offs_real, offs_boot, offs_tai);
offs_real         601 kernel/time/hrtimer.c 	base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real;
offs_real         139 kernel/time/timekeeping.c 	WARN_ON_ONCE(tk->offs_real != timespec64_to_ktime(tmp));
offs_real         142 kernel/time/timekeeping.c 	tk->offs_real = timespec64_to_ktime(tmp);
offs_real         143 kernel/time/timekeeping.c 	tk->offs_tai = ktime_add(tk->offs_real, ktime_set(tk->tai_offset, 0));
offs_real         565 kernel/time/timekeeping.c 	tkr_dummy.base_real = tkr->base + tk->offs_real;
offs_real         624 kernel/time/timekeeping.c 		tk->next_leap_ktime = ktime_sub(tk->next_leap_ktime, tk->offs_real);
offs_real         674 kernel/time/timekeeping.c 	tk->tkr_mono.base_real = tk->tkr_mono.base + tk->offs_real;
offs_real         785 kernel/time/timekeeping.c 	[TK_OFFS_REAL]	= &tk_core.timekeeper.offs_real,
offs_real         985 kernel/time/timekeeping.c 				      tk_core.timekeeper.offs_real);
offs_real        1171 kernel/time/timekeeping.c 				      tk_core.timekeeper.offs_real);
offs_real        1352 kernel/time/timekeeping.c 	tk->offs_tai = ktime_add(tk->offs_real, ktime_set(tai_offset, 0));
offs_real        2154 kernel/time/timekeeping.c 	ktime_t t = ktime_sub(tk->offs_real, tk->offs_boot);
offs_real        2213 kernel/time/timekeeping.c ktime_t ktime_get_update_offsets_now(unsigned int *cwsseq, ktime_t *offs_real,
offs_real        2230 kernel/time/timekeeping.c 			*offs_real = tk->offs_real;
offs_real        2237 kernel/time/timekeeping.c 			*offs_real = ktime_sub(tk->offs_real, ktime_set(1, 0));
offs_real           8 kernel/time/timekeeping.h 					    ktime_t *offs_real,