Lines Matching refs:ktime_add_ns
971 return ktime_add_ns(base, nsecs); in ktime_get()
1015 return ktime_add_ns(base, nsecs); in ktime_get_with_offset()
1037 return ktime_add_ns(base, nsecs); in ktime_get_coarse_with_offset()
1086 return ktime_add_ns(base, nsecs); in ktime_get_raw()
1218 systime_snapshot->real = ktime_add_ns(base_real, nsec_real); in ktime_get_snapshot()
1219 systime_snapshot->boot = ktime_add_ns(base_boot, nsec_real); in ktime_get_snapshot()
1220 systime_snapshot->raw = ktime_add_ns(base_raw, nsec_raw); in ktime_get_snapshot()
1310 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw); in adjust_historical_crosststamp()
1311 ts->sys_realtime = ktime_add_ns(history->real, corr_real); in adjust_historical_crosststamp()
1509 xtstamp->sys_realtime = ktime_add_ns(base_real, nsec_real); in get_device_system_crosststamp()
1510 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp()
1649 now = ktime_add_ns(tkr_mono->base, timekeeping_get_ns(tkr_mono)); in __timekeeping_inject_offset()
2652 mono = ktime_add_ns(mono, nsecs); in ktime_get_real_ts64_mg()
2729 base = ktime_add_ns(base, nsecs); in ktime_get_update_offsets_now()
3042 *kt = ktime_add_ns(base, nsecs); in ktime_get_aux()