Symbol: ktime_get_mono_fast_ns
arch/riscv/kernel/unaligned_access_speed.c
46
start_ns = ktime_get_mono_fast_ns();
arch/riscv/kernel/unaligned_access_speed.c
47
while (ktime_get_mono_fast_ns() < start_ns + MISALIGNED_ACCESS_NS) {
drivers/base/power/runtime.c
1031
if (expires > 0 && expires <= ktime_get_mono_fast_ns()) {
drivers/base/power/runtime.c
1067
expires = ktime_get_mono_fast_ns() + (u64)delay * NSEC_PER_MSEC;
drivers/base/power/runtime.c
1575
dev->power.accounting_timestamp = ktime_get_mono_fast_ns();
drivers/base/power/runtime.c
191
if (expires > ktime_get_mono_fast_ns())
drivers/base/power/runtime.c
87
now = ktime_get_mono_fast_ns();
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
5488
expires = ktime_get_mono_fast_ns() + NSEC_PER_SEC * 4ULL;
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
5494
if (expires < ktime_get_mono_fast_ns()) {
drivers/media/pci/hws/hws_pci.c
246
start_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
32
return div_u64(ktime_get_mono_fast_ns() - start_ns, 1000);
drivers/media/pci/hws/hws_pci.c
596
u64 start_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
624
u64 start_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
657
u64 start_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
663
step_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
670
step_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
676
step_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
684
step_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
703
start_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
731
u64 start_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
737
step_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
755
u64 start_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
761
step_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
778
step_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
788
step_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
797
step_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
818
u64 start_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_pci.c
827
step_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_video.c
1285
u64 start_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_video.c
1446
u64 start_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_video.c
1453
u64 ch_start_ns = ktime_get_mono_fast_ns();
drivers/media/pci/hws/hws_video.c
49
return div_u64(ktime_get_mono_fast_ns() - start_ns, 1000);
drivers/pmdomain/core.c
2419
genpd->accounting_time = ktime_get_mono_fast_ns();
drivers/pmdomain/core.c
296
now = ktime_get_mono_fast_ns();
drivers/pmdomain/core.c
3964
now = ktime_get_mono_fast_ns();
drivers/pmdomain/core.c
4027
now = ktime_get_mono_fast_ns();
drivers/pmdomain/core.c
4055
now = ktime_get_mono_fast_ns();
drivers/ufs/host/ufs-mediatek.c
436
timeout = ktime_get_mono_fast_ns() + retry_ms * 1000000UL;
drivers/ufs/host/ufs-mediatek.c
443
time_checked = ktime_get_mono_fast_ns();
include/linux/pm_runtime.h
235
WRITE_ONCE(dev->power.last_busy, ktime_get_mono_fast_ns());
include/linux/rseq_entry.h
178
curr->rseq.slice.expires = data_race(rseq_slice_ext_nsecs) + ktime_get_mono_fast_ns();
include/linux/timekeeping.h
218
extern u64 ktime_get_mono_fast_ns(void);
kernel/bpf/core.c
3409
u64 time = ktime_get_mono_fast_ns();
kernel/bpf/helpers.c
181
return ktime_get_mono_fast_ns();
kernel/bpf/rqspinlock.c
208
ts->cur = ktime_get_mono_fast_ns();
kernel/bpf/rqspinlock.c
213
time = ktime_get_mono_fast_ns();
kernel/debug/kdb/kdb_main.c
2367
u64 uptime = ktime_get_mono_fast_ns();
kernel/events/core.c
13812
event->clock = &ktime_get_mono_fast_ns;
kernel/rcu/rcuscale.c
552
t = ktime_get_mono_fast_ns();
kernel/rcu/rcuscale.c
572
*wdp = ktime_get_mono_fast_ns();
kernel/rcu/rcuscale.c
594
t = ktime_get_mono_fast_ns();
kernel/rcu/rcuscale.c
739
start_time = ktime_get_mono_fast_ns();
kernel/rcu/rcuscale.c
780
end_time = ktime_get_mono_fast_ns();
kernel/rcu/rcutorture.c
2245
rtrsp->rt_ts = ktime_get_mono_fast_ns();
kernel/rcu/refscale.c
1272
start = ktime_get_mono_fast_ns();
kernel/rcu/refscale.c
1276
duration = ktime_get_mono_fast_ns() - start;
kernel/rcu/srcutree.c
1276
t = ktime_get_mono_fast_ns();
kernel/rcu/srcutree.c
231
ssp->srcu_sup->srcu_last_gp_end = ktime_get_mono_fast_ns();
kernel/rcu/srcutree.c
939
WRITE_ONCE(sup->srcu_last_gp_end, ktime_get_mono_fast_ns());
kernel/rseq.c
614
if ((unlikely(curr->rseq.slice.expires < ktime_get_mono_fast_ns()))) {
kernel/smp.c
251
ts2 = ktime_get_mono_fast_ns();
kernel/smp.c
326
ts1 = ts0 = ktime_get_mono_fast_ns();
kernel/time/timekeeping.c
545
EXPORT_SYMBOL_GPL(ktime_get_mono_fast_ns);
kernel/time/timekeeping.c
587
return (ktime_get_mono_fast_ns() + ktime_to_ns(data_race(tk->offs_boot)));
kernel/time/timekeeping.c
604
return (ktime_get_mono_fast_ns() + ktime_to_ns(data_race(tk->offs_tai)));
kernel/trace/trace.c
1076
{ ktime_get_mono_fast_ns, "mono", 1 },
kernel/watchdog_perf.c
61
ktime_t delta, now = ktime_get_mono_fast_ns();
kernel/watchdog_perf.c
81
__this_cpu_write(last_timestamp, ktime_get_mono_fast_ns());
tools/testing/selftests/bpf/test_kmods/bpf_test_rqspinlock.c
159
start_ns = ktime_get_mono_fast_ns();
tools/testing/selftests/bpf/test_kmods/bpf_test_rqspinlock.c
161
rqsl_record_lock_result(ktime_get_mono_fast_ns() - start_ns,
tools/testing/selftests/bpf/test_kmods/bpf_test_rqspinlock.c
203
start_ns = ktime_get_mono_fast_ns();
tools/testing/selftests/bpf/test_kmods/bpf_test_rqspinlock.c
205
rqsl_record_lock_result(ktime_get_mono_fast_ns() - start_ns,