Home
last modified time | relevance | path

Searched refs:ktime_ms_delta (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/linux/drivers/base/test/
H A Dtest_async_driver_probe.c136 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()
/openbmc/linux/fs/gfs2/
H A Drecovery.c465 ktime_ms_delta(t_jhd, t_jlck)); in gfs2_recover_func()
529 jd->jd_jid, ktime_ms_delta(t_rep, t_start), in gfs2_recover_func()
530 ktime_ms_delta(t_jlck, t_start), in gfs2_recover_func()
531 ktime_ms_delta(t_jhd, t_jlck), in gfs2_recover_func()
532 ktime_ms_delta(t_tlck, t_jhd), in gfs2_recover_func()
533 ktime_ms_delta(t_rep, t_tlck)); in gfs2_recover_func()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_timer.c31 time_periods = div_u64(ktime_ms_delta(ktime_get_real(), timer_ctx->initial_ktime), in work_handler()
/openbmc/linux/drivers/iio/adc/
H A Dltc2485.c31 time_elapsed = ktime_ms_delta(ktime_get(), data->time_prev); in ltc2485_wait_conv()
H A Dltc2497-core.c26 time_elapsed = ktime_ms_delta(ktime_get(), ddata->time_prev); in ltc2497core_wait_conv()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dsi.c18 panel_power_off_duration = ktime_ms_delta(panel_power_on_time, in intel_dsi_wait_panel_power_cycle()
H A Dintel_pps.c656 panel_power_off_duration = ktime_ms_delta(panel_power_on_time, intel_dp->pps.panel_power_off_time); in wait_panel_power_cycle()
/openbmc/linux/include/linux/
H A Dktime.h174 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() function
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_benchmark.c53 *time_ms = ktime_ms_delta(etime, stime); in amdgpu_benchmark_do_move()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-panasonic-vvx10f034n00.c95 enablewait = ktime_ms_delta(wuxga_nt->earliest_wake, ktime_get_real()); in wuxga_nt_panel_prepare()
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dqueue.c192 req->packet_id, ktime_ms_delta(now, tx_priv->xmit_timestamp)); in wfx_pending_dump_old_frames()
/openbmc/linux/drivers/mtd/tests/
H A Dtorturetest.c323 ms = ktime_ms_delta(finish, start); in tort_init()
/openbmc/linux/kernel/
H A Dtorture.c644 ktime_ms_delta(shutdown_time, ktime_snap)); in torture_shutdown()
/openbmc/linux/drivers/hwmon/
H A Dpwm-fan.c77 unsigned int delta = ktime_ms_delta(ktime_get(), ctx->sample_start); in sample_timer()
H A Daquacomputer_d5next.c628 s64 delta = ktime_ms_delta(ktime_get(), priv->last_ctrl_report_op); in aqc_delay_ctrl_report()
/openbmc/linux/drivers/media/rc/
H A Dimon.c1188 msec = ktime_ms_delta(ct, prev_time); in stabilize()
1189 msec_hit = ktime_ms_delta(ct, hit_time); in stabilize()
1691 ktime_ms_delta(t, prev_time) < ictx->idev->rep[REP_DELAY]) { in imon_incoming_packet()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c545 bool ret = ktime_ms_delta(ktime_get(), ct->stall_time) > timeout; in ct_deadlocked()
552 ktime_ms_delta(ktime_get(), ct->stall_time), in ct_deadlocked()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c1698 shift, (long long) ktime_ms_delta(t1, t0), in pseries_lpar_resize_hpt()
1699 (long long) ktime_ms_delta(t2, t1)); in pseries_lpar_resize_hpt()
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c429 unsigned long delta = msecs_to_jiffies(ktime_ms_delta(expires, now)); in ssh_rtl_timeout_reaper_mod()
H A Dssh_packet_layer.c666 unsigned long delta = msecs_to_jiffies(ktime_ms_delta(expires, now)); in ssh_ptl_timeout_reaper_mod()
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c306 } while (ktime_ms_delta(ktime_get(), start) < ms); in check_gate_duration()
/openbmc/linux/sound/soc/codecs/
H A Dwm8960.c966 tout = WM8960_DSCH_TOUT - ktime_ms_delta(ktime_get(), wm8960->dsch_start); in wm8960_set_bias_level_out3()
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_demux.c427 speed_timedelta = ktime_ms_delta(cur_time, in dvb_dmx_swfilter_packet()
/openbmc/linux/drivers/acpi/
H A Dcppc_acpi.c295 time_delta = ktime_ms_delta(ktime_get(), in send_pcc_cmd()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-tegra.c1056 s64 delta = ktime_ms_delta(ktimeout, ktime); in tegra_i2c_poll_completion()

12