Lines Matching refs:ktime_add_ns
763 return ktime_add_ns(base, nsecs); in ktime_get()
806 return ktime_add_ns(base, nsecs); in ktime_get_with_offset()
827 return ktime_add_ns(base, nsecs); in ktime_get_coarse_with_offset()
868 return ktime_add_ns(base, nsecs); in ktime_get_raw()
992 systime_snapshot->real = ktime_add_ns(base_real, nsec_real); in ktime_get_snapshot()
993 systime_snapshot->raw = ktime_add_ns(base_raw, nsec_raw); in ktime_get_snapshot()
1084 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw); in adjust_historical_crosststamp()
1085 ts->sys_realtime = ktime_add_ns(history->real, corr_real); in adjust_historical_crosststamp()
1180 xtstamp->sys_realtime = ktime_add_ns(base_real, nsec_real); in get_device_system_crosststamp()
1181 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp()
2226 base = ktime_add_ns(base, nsecs); in ktime_get_update_offsets_now()