| /linux/drivers/base/test/ |
| H A D | test_async_driver_probe.c | 136 duration = (unsigned long long)ktime_ms_delta(ktime_get(), calltime); in test_async_probe_init() 163 duration = (unsigned long long)ktime_ms_delta(ktime_get(), calltime); in test_async_probe_init() 198 duration = (unsigned long long)ktime_ms_delta(ktime_get(), calltime); in test_async_probe_init() 223 duration = (unsigned long long)ktime_ms_delta(ktime_get(), calltime); in test_async_probe_init()
|
| /linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| H A D | cec-splitter.c | 597 pwr_delta = ktime_ms_delta(now, p->out_give_device_power_status_ts); in cec_splitter_poll() 600 lat_delta = ktime_ms_delta(now, p->out_request_current_latency_ts); in cec_splitter_poll() 609 ktime_ms_delta(now, p->lost_sink_ts) > 5000) { in cec_splitter_poll()
|
| /linux/drivers/iio/adc/ |
| H A D | ltc2485.c | 31 time_elapsed = ktime_ms_delta(ktime_get(), data->time_prev); in ltc2485_wait_conv()
|
| H A D | ltc2497-core.c | 26 time_elapsed = ktime_ms_delta(ktime_get(), ddata->time_prev); in ltc2497core_wait_conv()
|
| /linux/include/linux/ |
| H A D | ktime.h | 172 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() function
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-panasonic-vvx10f034n00.c | 77 enablewait = ktime_ms_delta(wuxga_nt->earliest_wake, ktime_get_real()); in wuxga_nt_panel_prepare()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_benchmark.c | 53 *time_ms = ktime_ms_delta(etime, stime); in amdgpu_benchmark_do_move()
|
| /linux/lib/ |
| H A D | dhry_1.c | 280 User_Time = ktime_ms_delta(End_Time, Begin_Time); in dhry()
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | queue.c | 196 req->packet_id, ktime_ms_delta(now, tx_priv->xmit_timestamp)); in wfx_pending_dump_old_frames()
|
| /linux/drivers/mtd/tests/ |
| H A D | torturetest.c | 323 ms = ktime_ms_delta(finish, start); in tort_init()
|
| /linux/fs/f2fs/ |
| H A D | checkpoint.c | 1455 sb_diff = (u64)ktime_ms_delta(sbi->cp_stats.times[CP_TIME_END], in check_cp_time() 1457 cur_diff = (u64)ktime_ms_delta(cpc->stats.times[CP_TIME_END], in check_cp_time() 1468 (u64)ktime_ms_delta(cpc->stats.times[ct + 1], in check_cp_time() 1825 diff = (u64)ktime_ms_delta(ktime_get(), req->queue_time); in __checkpoint_and_complete_reqs()
|
| H A D | super.c | 2703 ktime_ms_delta(writeback, start), in f2fs_enable_checkpoint() 2704 ktime_ms_delta(lock, writeback), in f2fs_enable_checkpoint() 2705 ktime_ms_delta(sync_inode, lock), in f2fs_enable_checkpoint() 2706 ktime_ms_delta(end, sync_inode)); in f2fs_enable_checkpoint()
|
| /linux/net/rxrpc/ |
| H A D | proc.c | 80 timeout = ktime_ms_delta(READ_ONCE(call->expect_rx_by), ktime_get_real()); in rxrpc_call_seq_show()
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_ct.c | 573 bool ret = ktime_ms_delta(ktime_get(), ct->stall_time) > timeout; in ct_deadlocked() 580 ktime_ms_delta(ktime_get(), ct->stall_time), in ct_deadlocked()
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | ssh_request_layer.c | 429 unsigned long delta = msecs_to_jiffies(ktime_ms_delta(expires, now)); in ssh_rtl_timeout_reaper_mod()
|
| H A D | ssh_packet_layer.c | 666 unsigned long delta = msecs_to_jiffies(ktime_ms_delta(expires, now)); in ssh_ptl_timeout_reaper_mod()
|
| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_selftests.c | 306 } while (ktime_ms_delta(ktime_get(), start) < ms); in check_gate_duration()
|
| /linux/sound/soc/sunxi/ |
| H A D | sun8i-codec.c | 1395 s64 msecs = ktime_ms_delta(scodec->jack_hbias_ready, in sun8i_codec_jack_work()
|
| /linux/drivers/input/keyboard/ |
| H A D | applespi.c | 774 if (ktime_ms_delta(ktime_get(), applespi->cmd_msg_queued) < 1000) in applespi_send_cmd_msg()
|
| /linux/drivers/acpi/ |
| H A D | cppc_acpi.c | 321 time_delta = ktime_ms_delta(ktime_get(), in send_pcc_cmd()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | channel.c | 236 s64 ms = ktime_ms_delta(ts, sc->last_event_time); in chanctx_event_delta()
|
| /linux/fs/gfs2/ |
| H A D | bmap.c | 2281 jd->nr_extents, ktime_ms_delta(end, start)); in gfs2_map_journal_extents()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 2075 commit_time_ms = ktime_ms_delta(ktime_get(), start); in commit_tail()
|
| /linux/mm/ |
| H A D | ksm.c | 416 scan_time = div_s64(ktime_ms_delta(ktime_get(), advisor_ctx.start_scan), in scan_time_advisor()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_submit.c | 1602 ktime_ms_delta(ktime_get(), in __guc_exec_queue_process_msg_suspend()
|