Home
last modified time | relevance | path

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

/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()
/linux/fs/gfs2/
H A Drecovery.c464 ktime_ms_delta(t_jhd, t_jlck)); in gfs2_recover_func()
528 jd->jd_jid, ktime_ms_delta(t_rep, t_start), in gfs2_recover_func()
529 ktime_ms_delta(t_jlck, t_start), in gfs2_recover_func()
530 ktime_ms_delta(t_jhd, t_jlck), in gfs2_recover_func()
531 ktime_ms_delta(t_tlck, t_jhd), in gfs2_recover_func()
532 ktime_ms_delta(t_rep, t_tlck)); in gfs2_recover_func()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_timer.c32 time_periods = div_u64(ktime_ms_delta(ktime_get_real(), timer_ctx->initial_ktime), in work_handler()
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dcec-splitter.c597 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()
H A Dextron-da-hd-4k-plus.c1132 ktime_ms_delta(ktime_get(), in extron_adap_status_port()
1139 ktime_ms_delta(ktime_get(), in extron_adap_status_port()
/linux/include/linux/
H A Dktime.h172 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() function
/linux/drivers/iio/adc/
H A Dltc2497-core.c26 time_elapsed = ktime_ms_delta(ktime_get(), ddata->time_prev); in ltc2497core_wait_conv()
/linux/lib/
H A Ddhry_1.c280 User_Time = ktime_ms_delta(End_Time, Begin_Time); in dhry()
/linux/drivers/net/wireless/silabs/wfx/
H A Dqueue.c196 req->packet_id, ktime_ms_delta(now, tx_priv->xmit_timestamp)); in wfx_pending_dump_old_frames()
/linux/drivers/mtd/tests/
H A Dtorturetest.c323 ms = ktime_ms_delta(finish, start); in tort_init()
/linux/net/rxrpc/
H A Dproc.c84 timeout = ktime_ms_delta(READ_ONCE(call->expect_rx_by), ktime_get_real()); in rxrpc_call_seq_show()
/linux/drivers/thermal/
H A Dthermal_debugfs.c364 duration += ktime_ms_delta(ktime_get(), in cdev_dt_seq_show()
/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()
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c306 } while (ktime_ms_delta(ktime_get(), start) < ms); in check_gate_duration()
/linux/sound/soc/sunxi/
H A Dsun8i-codec.c1395 s64 msecs = ktime_ms_delta(scodec->jack_hbias_ready, in sun8i_codec_jack_work()
/linux/drivers/input/keyboard/
H A Dapplespi.c774 if (ktime_ms_delta(ktime_get(), applespi->cmd_msg_queued) < 1000) in applespi_send_cmd_msg()
/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c236 s64 ms = ktime_ms_delta(ts, sc->last_event_time); in chanctx_event_delta()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1129 if (ktime_ms_delta(sample->time, rc->dim.start_sample.time) >= 1000) in __ice_update_sample()
/linux/drivers/scsi/
H A D3w-9xxx.c856 tw_lock->time_remaining_msec = ktime_ms_delta(tw_dev->ioctl_time, current_time); in twa_chrdev_ioctl()