/linux/net/sunrpc/ |
H A D | stats.c | 177 op_metrics->om_queue = ktime_add(op_metrics->om_queue, backlog); in rpc_count_iostats_metrics() 180 op_metrics->om_rtt = ktime_add(op_metrics->om_rtt, req->rq_rtt); in rpc_count_iostats_metrics() 183 op_metrics->om_execute = ktime_add(op_metrics->om_execute, execute); in rpc_count_iostats_metrics() 225 a->om_queue = ktime_add(a->om_queue, b->om_queue); in _add_rpc_iostats() 226 a->om_rtt = ktime_add(a->om_rtt, b->om_rtt); in _add_rpc_iostats() 227 a->om_execute = ktime_add(a->om_execute, b->om_execute); in _add_rpc_iostats()
|
/linux/drivers/base/power/ |
H A D | wakeup.c | 122 ktime_add(deleted_ws.total_time, ws->total_time); in wakeup_source_record() 124 ktime_add(deleted_ws.prevent_sleep_time, in wakeup_source_record() 651 ws->prevent_sleep_time = ktime_add(ws->prevent_sleep_time, delta); in update_prevent_sleep_time() 691 ws->total_time = ktime_add(ws->total_time, duration); in wakeup_source_deactivate() 1074 total_time = ktime_add(total_time, active_time); in print_wakeup_source_stats() 1079 prevent_sleep_time = ktime_add(prevent_sleep_time, in print_wakeup_source_stats()
|
H A D | wakeup_stats.c | 58 total_time = ktime_add(total_time, active_time); in total_time_ms_show() 108 prevent_sleep_time = ktime_add(prevent_sleep_time, in prevent_suspend_time_ms_show()
|
/linux/kernel/time/ |
H A D | timekeeping.c | 195 WRITE_ONCE(tk->offs_tai, ktime_add(tk->offs_real, ktime_set(tk->tai_offset, 0))); in tk_set_wall_to_mono() 201 WRITE_ONCE(tk->offs_boot, ktime_add(tk->offs_boot, delta)); in tk_update_sleep_time() 794 base = ktime_add(tk->tkr_mono.base, *offset); in ktime_get_with_offset() 815 base = ktime_add(tk->tkr_mono.base, *offset); in ktime_get_coarse_with_offset() 840 return ktime_add(tmono, READ_ONCE(*offset)); in ktime_mono_to_any() 845 tconv = ktime_add(tmono, *offset); in ktime_mono_to_any() 986 base_real = ktime_add(tk->tkr_mono.base, in ktime_get_snapshot() 988 base_boot = ktime_add(tk->tkr_mono.base, in ktime_get_snapshot() 1279 base_real = ktime_add(tk->tkr_mono.base, in get_device_system_crosststamp() 1464 tk->offs_tai = ktime_add(tk->offs_real, ktime_set(tai_offset, 0)); in __timekeeping_set_tai_offset() [all …]
|
H A D | tick-sched.c | 734 ts->iowait_sleeptime = ktime_add(ts->iowait_sleeptime, delta); in tick_nohz_stop_idle() 736 ts->idle_sleeptime = ktime_add(ts->idle_sleeptime, delta); in tick_nohz_stop_idle() 774 idle = ktime_add(*sleeptime, delta); in get_cpu_sleep_time_us()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_stats.h | 54 stats->total = ktime_add(stats->total, in intel_engine_context_out()
|
H A D | intel_gt_pm.c | 63 ktime_add(gt->stats.total, in runtime_end() 409 total = ktime_add(total, in __intel_gt_get_awake_time()
|
/linux/drivers/net/can/softing/ |
H A D | softing_fw.c | 400 tmp = ktime_add(target, card->ts_overflow); in softing_raw2ktime() 402 card->ts_ref = ktime_add(card->ts_ref, card->ts_overflow); in softing_raw2ktime() 404 tmp = ktime_add(target, card->ts_overflow); in softing_raw2ktime() 406 return ktime_add(target, real_offset); in softing_raw2ktime()
|
/linux/drivers/thermal/ |
H A D | thermal_debugfs.c | 437 cdev_record->residency = ktime_add(cdev_record->residency, delta); in thermal_debug_cdev_state_update() 667 trip_stats->duration = ktime_add(delta, trip_stats->duration); in tz_episode_close_trip() 836 delta = ktime_add(delta, trip_stats->duration); in tze_seq_show()
|
/linux/drivers/gpu/drm/i915/gvt/ |
H A D | sched_policy.c | 85 vgpu_data->sched_time = ktime_add(vgpu_data->sched_time, delta_ts); in vgpu_update_timeslice() 351 vgpu_data->pri_time = ktime_add(now, in tbs_sched_start_schedule()
|
/linux/drivers/platform/surface/aggregator/ |
H A D | ssh_request_layer.c | 430 ktime_t aexp = ktime_add(expires, SSH_RTL_REQUEST_TIMEOUT_RESOLUTION); in ssh_rtl_timeout_reaper_mod() 815 return ktime_add(timestamp, timeout); in ssh_request_get_expiration() 891 next = max(next, ktime_add(now, SSH_RTL_REQUEST_TIMEOUT_RESOLUTION)); in ssh_rtl_timeout_reap()
|
H A D | ssh_packet_layer.c | 667 ktime_t aexp = ktime_add(expires, SSH_PTL_PACKET_TIMEOUT_RESOLUTION); in ssh_ptl_timeout_reaper_mod() 1495 return ktime_add(p->timestamp, timeout); in ssh_packet_get_expiration() 1591 next = max(next, ktime_add(now, SSH_PTL_PACKET_TIMEOUT_RESOLUTION)); in ssh_ptl_timeout_reap()
|
/linux/drivers/ptp/ |
H A D | ptp_vmclock.c | 96 ktime_t deadline = ktime_add(ktime_get(), VMCLOCK_MAX_WAIT); in vmclock_get_crosststamp() 384 ktime_t deadline = ktime_add(ktime_get(), VMCLOCK_MAX_WAIT); in vmclock_miscdev_read()
|
/linux/drivers/gpu/drm/lima/ |
H A D | lima_devfreq.c | 67 status->total_time = ktime_to_ns(ktime_add(devfreq->busy_time, in lima_devfreq_get_dev_status()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ctx.c | 198 res = ktime_add(res, amdgpu_ctx_fence_time(centity->fences[i])); in amdgpu_ctx_entity_time() 282 res = ktime_add(res, amdgpu_ctx_fence_time(entity->fences[i])); in amdgpu_ctx_fini_entity() 998 usage[hw_ip] = ktime_add(usage[hw_ip], spend); in amdgpu_ctx_mgr_usage()
|
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_devfreq.c | 101 status->total_time = ktime_to_ns(ktime_add(pdevfreq->busy_time, in panthor_devfreq_get_dev_status()
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-samsung-atna33xc20.c | 53 min_ktime = ktime_add(start_ktime, ms_to_ktime(min_ms)); in atana33xc20_wait()
|
/linux/net/rxrpc/ |
H A D | output.c | 70 call->keepalive_at = ktime_add(ktime_get_real(), delay); in rxrpc_set_keepalive() 619 call->rack_timo_at = ktime_add(req->now, pto); in rxrpc_prepare_data_packet() 627 call->expect_rx_by = ktime_add(req->now, delay); in rxrpc_prepare_data_packet()
|
/linux/drivers/usb/host/ |
H A D | ehci-timer.c | 82 *timeout = ktime_add(ktime_get(), event_delays_ns[event]); in ehci_enable_event()
|
/linux/io_uring/ |
H A D | napi.c | 135 ktime_t end_time = ktime_add(start_time, bp); in io_napi_busy_loop_timeout()
|
/linux/net/sched/ |
H A D | sch_taprio.c | 240 cycle_ext_end = ktime_add(cycle_end, sched->cycle_time_extension); in get_interval_end_time() 387 *interval_start = ktime_add(curr_intv_start, n * cycle); in find_entry_to_transmit() 388 *interval_end = ktime_add(curr_intv_end, n * cycle); in find_entry_to_transmit() 517 transmit_end_time = ktime_add(txtime, packet_transmit_time); in get_packet_txtime() 524 entry->next_txtime = ktime_add(interval_start, sched->cycle_time); in get_packet_txtime()
|
/linux/fs/ocfs2/cluster/ |
H A D | tcp.c | 224 sc->sc_tv_status_total = ktime_add(sc->sc_tv_status_total, in o2net_update_send_stats() 227 sc->sc_tv_send_total = ktime_add(sc->sc_tv_send_total, in o2net_update_send_stats() 230 sc->sc_tv_acquiry_total = ktime_add(sc->sc_tv_acquiry_total, in o2net_update_send_stats() 238 sc->sc_tv_process_total = ktime_add(sc->sc_tv_process_total, in o2net_update_recv_stats()
|
/linux/drivers/rtc/ |
H A D | interface.c | 594 rtc->uie_rtctimer.node.expires = ktime_add(now, onesec); in rtc_update_irq_enable() 935 timer->node.expires = ktime_add(timer->node.expires, in rtc_timer_do_work()
|
/linux/drivers/acpi/ |
H A D | button.c | 223 next_report = ktime_add(button->last_time, in acpi_lid_notify_state()
|
/linux/drivers/dma/ |
H A D | dmatest.c | 746 filltime = ktime_add(filltime, diff); in dmatest_func() 899 comparetime = ktime_add(comparetime, diff); in dmatest_func()
|