Lines Matching refs:ktime_add_ns
830 return ktime_add_ns(base, nsecs); in ktime_get()
873 return ktime_add_ns(base, nsecs); in ktime_get_with_offset()
894 return ktime_add_ns(base, nsecs); in ktime_get_coarse_with_offset()
943 return ktime_add_ns(base, nsecs); in ktime_get_raw()
1075 systime_snapshot->real = ktime_add_ns(base_real, nsec_real); in ktime_get_snapshot()
1076 systime_snapshot->boot = ktime_add_ns(base_boot, nsec_real); in ktime_get_snapshot()
1077 systime_snapshot->raw = ktime_add_ns(base_raw, nsec_raw); in ktime_get_snapshot()
1167 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw); in adjust_historical_crosststamp()
1168 ts->sys_realtime = ktime_add_ns(history->real, corr_real); in adjust_historical_crosststamp()
1366 xtstamp->sys_realtime = ktime_add_ns(base_real, nsec_real); in get_device_system_crosststamp()
1367 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp()
1506 now = ktime_add_ns(tkr_mono->base, timekeeping_get_ns(tkr_mono)); in __timekeeping_inject_offset()
2483 mono = ktime_add_ns(mono, nsecs); in ktime_get_real_ts64_mg()
2560 base = ktime_add_ns(base, nsecs); in ktime_get_update_offsets_now()
2871 *kt = ktime_add_ns(base, nsecs); in ktime_get_aux()