Home
last modified time | relevance | path

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

/Linux-v4.19/fs/gfs2/
Drecovery.c519 jd->jd_jid, ktime_ms_delta(t_rep, t_start), in gfs2_recover_func()
520 ktime_ms_delta(t_jlck, t_start), in gfs2_recover_func()
521 ktime_ms_delta(t_jhd, t_jlck), in gfs2_recover_func()
522 ktime_ms_delta(t_tlck, t_jhd), in gfs2_recover_func()
523 ktime_ms_delta(t_rep, t_tlck)); in gfs2_recover_func()
/Linux-v4.19/arch/x86/kernel/cpu/
Daperfmperf.c68 s64 time_delta = ktime_ms_delta(now, per_cpu(samples.time, cpu)); in aperfmperf_snapshot_cpu()
/Linux-v4.19/drivers/iio/adc/
Dltc2485.c34 time_elapsed = ktime_ms_delta(ktime_get(), data->time_prev); in ltc2485_wait_conv()
Dltc2497.c43 time_elapsed = ktime_ms_delta(ktime_get(), st->time_prev); in ltc2497_wait_conv()
/Linux-v4.19/include/linux/
Dktime.h191 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() function
/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-panasonic-vvx10f034n00.c113 enablewait = ktime_ms_delta(wuxga_nt->earliest_wake, ktime_get_real()); in wuxga_nt_panel_prepare()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dlpar.c720 shift, (long long) ktime_ms_delta(t1, t0), in pseries_lpar_resize_hpt()
721 (long long) ktime_ms_delta(t2, t1)); in pseries_lpar_resize_hpt()
/Linux-v4.19/drivers/mtd/tests/
Dspeedtest.c178 ms = ktime_ms_delta(finish, start); in calc_speed()
Dtorturetest.c337 ms = ktime_ms_delta(finish, start); in tort_init()
/Linux-v4.19/kernel/
Dtorture.c488 ktime_ms_delta(shutdown_time, ktime_snap)); in torture_shutdown()
/Linux-v4.19/drivers/media/rc/
Dimon.c1166 msec = ktime_ms_delta(ct, prev_time); in stabilize()
1167 msec_hit = ktime_ms_delta(ct, hit_time); in stabilize()
1667 msec = ktime_ms_delta(t, prev_time); in imon_incoming_packet()
/Linux-v4.19/drivers/acpi/
Dcppc_acpi.c287 time_delta = ktime_ms_delta(ktime_get(), in send_pcc_cmd()
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_demux.c437 speed_timedelta = ktime_ms_delta(cur_time, in dvb_dmx_swfilter_packet()
/Linux-v4.19/drivers/media/usb/uvc/
Duvc_video.c916 duration = ktime_ms_delta(stream->stats.stream.stop_ts, in uvc_video_stats_dump()
/Linux-v4.19/fs/ocfs2/cluster/
Dheartbeat.c1248 ktime_ms_delta(after_hb, before_hb); in o2hb_thread()
/Linux-v4.19/drivers/scsi/
D3w-9xxx.c849 tw_lock->time_remaining_msec = ktime_ms_delta(tw_dev->ioctl_time, current_time); in twa_chrdev_ioctl()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp.c2080 panel_power_off_duration = ktime_ms_delta(panel_power_on_time, intel_dp->panel_power_off_time); in wait_panel_power_cycle()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13929 msleep(ktime_ms_delta(fw_ready_time, now)); in bnx2x_init_one()