Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/time/ !
Dtimekeeping.c1127 u64 corr_raw, corr_real; in adjust_historical_crosststamp() local
1159 corr_real = mul_u64_u32_div in adjust_historical_crosststamp()
1162 corr_real = (u64)ktime_to_ns( in adjust_historical_crosststamp()
1165 total_history_cycles, &corr_real); in adjust_historical_crosststamp()
1173 ts->sys_realtime = ktime_add_ns(history->real, corr_real); in adjust_historical_crosststamp()
1176 ts->sys_realtime = ktime_sub_ns(ts->sys_realtime, corr_real); in adjust_historical_crosststamp()