Symbol: ktime_get_mono_fast_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
6176
expires = ktime_get_mono_fast_ns() + NSEC_PER_SEC * 4ULL;
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
6182
if (expires < ktime_get_mono_fast_ns()) {
drivers/pmdomain/core.c
2418
genpd->accounting_time = ktime_get_mono_fast_ns();
drivers/pmdomain/core.c
301
now = ktime_get_mono_fast_ns();
drivers/pmdomain/core.c
3784
now = ktime_get_mono_fast_ns();
drivers/pmdomain/core.c
3816
now = ktime_get_mono_fast_ns();
drivers/pmdomain/core.c
3844
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
163
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
3266
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
13734
event->clock = &ktime_get_mono_fast_ns;
kernel/rcu/rcuscale.c
558
t = ktime_get_mono_fast_ns();
kernel/rcu/rcuscale.c
578
*wdp = ktime_get_mono_fast_ns();
kernel/rcu/rcuscale.c
600
t = ktime_get_mono_fast_ns();
kernel/rcu/rcuscale.c
741
start_time = ktime_get_mono_fast_ns();
kernel/rcu/rcuscale.c
782
end_time = ktime_get_mono_fast_ns();
kernel/rcu/rcutorture.c
2160
rtrsp->rt_ts = ktime_get_mono_fast_ns();
kernel/rcu/refscale.c
1282
start = ktime_get_mono_fast_ns();
kernel/rcu/refscale.c
1286
duration = ktime_get_mono_fast_ns() - start;
kernel/rcu/srcutree.c
1278
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
941
WRITE_ONCE(sup->srcu_last_gp_end, ktime_get_mono_fast_ns());
kernel/rseq.c
566
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
494
EXPORT_SYMBOL_GPL(ktime_get_mono_fast_ns);
kernel/time/timekeeping.c
536
return (ktime_get_mono_fast_ns() + ktime_to_ns(data_race(tk->offs_boot)));
kernel/time/timekeeping.c
553
return (ktime_get_mono_fast_ns() + ktime_to_ns(data_race(tk->offs_tai)));
kernel/trace/trace.c
1344
{ 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,