Home
last modified time | relevance | path

Searched refs:ktime_get_raw_fast_ns (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context.h406 return ktime_get_raw_fast_ns(); in intel_context_clock()
/linux/net/xfrm/
H A Dxfrm_iptfs.c1312 time64_t now = ktime_get_raw_fast_ns(); in __reorder_drop()
1396 drop_time = ktime_get_raw_fast_ns(); in iptfs_set_window_drop_times()
1906 xtfs->iptfs_settime = ktime_get_raw_fast_ns(); in iptfs_output_collect()
2336 trace_iptfs_timer_expire(xtfs, (unsigned long long)(ktime_get_raw_fast_ns() - settime)); in iptfs_delay_timer()
/linux/Documentation/core-api/
H A Dtimekeeping.rst133 u64 ktime_get_raw_fast_ns( void )
/linux/kernel/time/
H A Dtimekeeping.c491 * ktime_get_raw_fast_ns - Fast NMI safe access to clock monotonic raw
496 u64 notrace ktime_get_raw_fast_ns(void) in ktime_get_raw_fast_ns() function
500 EXPORT_SYMBOL_GPL(ktime_get_raw_fast_ns);
/linux/kernel/trace/
H A Dtrace.c1758 { ktime_get_raw_fast_ns, "mono_raw", 1 },