Home
last modified time | relevance | path

Searched refs:corr_real (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/kernel/time/
Dtimekeeping.c1112 u64 corr_raw, corr_real; in adjust_historical_crosststamp() local
1144 corr_real = mul_u64_u32_div in adjust_historical_crosststamp()
1147 corr_real = (u64)ktime_to_ns( in adjust_historical_crosststamp()
1150 total_history_cycles, &corr_real); in adjust_historical_crosststamp()
1158 ts->sys_realtime = ktime_add_ns(history->real, corr_real); in adjust_historical_crosststamp()
1161 ts->sys_realtime = ktime_sub_ns(ts->sys_realtime, corr_real); in adjust_historical_crosststamp()