| /linux-6.15/include/linux/ |
| H A D | timekeeping.h | 77 extern ktime_t ktime_get_raw(void); 214 return ktime_to_ns(ktime_get_raw()); in ktime_get_raw_ns()
|
| /linux-6.15/drivers/ptp/ |
| H A D | ptp_idt82p33.c | 393 idt82p33->start_time = ktime_get_raw(); in _idt82p33_gettime() 433 dynamic_overhead_ns = ktime_to_ns(ktime_get_raw()) in _idt82p33_settime() 653 start = ktime_get_raw(); in idt82p33_measure_one_byte_write_overhead() 658 stop = ktime_get_raw(); in idt82p33_measure_one_byte_write_overhead() 686 start = ktime_get_raw(); in idt82p33_measure_one_byte_read_overhead() 691 stop = ktime_get_raw(); in idt82p33_measure_one_byte_read_overhead() 719 start = ktime_get_raw(); in idt82p33_measure_tod_write_9_byte_overhead() 730 stop = ktime_get_raw(); in idt82p33_measure_tod_write_9_byte_overhead()
|
| H A D | ptp_fc3.c | 795 start = ktime_get_raw(); in idtfc3_set_overhead() 802 stop = ktime_get_raw(); in idtfc3_set_overhead()
|
| H A D | ptp_clockmatrix.c | 438 idtcm->start_time = ktime_get_raw(); in _idtcm_gettime() 750 ktime_t diff = ktime_sub(ktime_get_raw(), in _idtcm_set_dpll_hw_tod() 1006 start = ktime_get_raw(); in set_tod_write_overhead() 1013 stop = ktime_get_raw(); in set_tod_write_overhead()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_utils.h | 244 const ktime_t end__ = ktime_add_ns(ktime_get_raw(), 1000ll * (US)); \ 249 const bool expired__ = ktime_after(ktime_get_raw(), end__); \
|
| H A D | i915_pmu.c | 198 return ktime_to_ns(ktime_sub(ktime_get_raw(), kt)); in ktime_since_raw() 274 pmu->sleep_last[i] = ktime_get_raw(); in init_rc6() 284 pmu->sleep_last[gt->info.id] = ktime_get_raw(); in park_rc6()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_mmio.c | 315 ktime_t cur = ktime_get_raw(); in __xe_mmio_wait32() 334 cur = ktime_get_raw(); in __xe_mmio_wait32()
|
| /linux-6.15/init/ |
| H A D | do_mounts.c | 422 end = ktime_add_ms(ktime_get_raw(), root_wait); in wait_for_root() 427 if (root_wait > 0 && ktime_after(ktime_get_raw(), end)) in wait_for_root()
|
| /linux-6.15/drivers/gpu/drm/v3d/ |
| H A D | v3d_drv.h | 471 const ktime_t end__ = ktime_add_ns(ktime_get_raw(), 1000ll * (US)); \ 476 const bool expired__ = ktime_after(ktime_get_raw(), end__); \
|
| /linux-6.15/Documentation/core-api/ |
| H A D | timekeeping.rst | 51 .. c:function:: ktime_t ktime_get_raw( void ) 185 These are replaced by ktime_get_raw()/ktime_get_raw_ts64(),
|
| /linux-6.15/drivers/gpu/drm/vc4/ |
| H A D | vc4_drv.h | 875 const ktime_t end__ = ktime_add_ns(ktime_get_raw(), 1000ll * (US)); \ 880 const bool expired__ = ktime_after(ktime_get_raw(), end__); \
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp_hdcp.c | 565 msg_end = ktime_add_ms(ktime_get_raw(), in intel_dp_hdcp2_read_msg() 583 msg_expired = ktime_after(ktime_get_raw(), msg_end); in intel_dp_hdcp2_read_msg()
|
| /linux-6.15/drivers/net/wireless/ath/ath9k/ |
| H A D | channel.c | 235 ktime_t ts = ktime_get_raw(); in chanctx_event_delta() 344 ts = ktime_get_raw(); in ath_chanctx_adjust_tbtt_delta() 1258 ts = ktime_get_raw(); in ath_chanctx_set_next() 1275 sc->cur_chan->tsf_ts = ktime_get_raw(); in ath_chanctx_set_next()
|
| H A D | main.c | 1977 avp->chanctx->tsf_ts = ktime_get_raw(); in ath9k_set_tsf() 1993 avp->chanctx->tsf_ts = ktime_get_raw(); in ath9k_reset_tsf()
|
| H A D | hw.c | 1853 cur = ktime_get_raw(); in ath9k_hw_get_tsf_offset() 1911 tsf_ts = ktime_get_raw(); in ath9k_hw_reset()
|
| /linux-6.15/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_context.c | 78 times[0] = ktime_get_raw(); in live_nop_switch() 103 times[1] = ktime_get_raw(); in live_nop_switch() 114 times[1] = ktime_get_raw(); in live_nop_switch() 158 times[1] = ktime_sub(ktime_get_raw(), times[1]); in live_nop_switch()
|
| /linux-6.15/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_request.c | 593 times[1] = ktime_get_raw(); in live_nop_request() 621 times[1] = ktime_sub(ktime_get_raw(), times[1]); in live_nop_request() 1077 times[1] = ktime_get_raw(); in live_empty_request() 1090 times[1] = ktime_sub(ktime_get_raw(), times[1]); in live_empty_request()
|
| /linux-6.15/kernel/time/ |
| H A D | timekeeping.c | 881 ktime_t ktime_get_raw(void) in ktime_get_raw() function 897 EXPORT_SYMBOL_GPL(ktime_get_raw);
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_execlists.c | 3749 times[1] = ktime_get_raw(); in nop_virtual_engine() 3804 times[1] = ktime_sub(ktime_get_raw(), times[1]); in nop_virtual_engine()
|
| H A D | intel_rps.c | 1771 ei->ktime = ktime_get_raw(); in vlv_c0_read()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.c | 2268 return ktime_to_ns(ktime_add(ktime_get_raw(), pvclock_gtod_data.offs_boot)); in get_kvmclock_base_ns()
|