Home
last modified time | relevance | path

Searched refs:ktime_get_mono_fast_ns (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.15/kernel/rcu/
Drcuscale.c415 t = ktime_get_mono_fast_ns(); in rcu_scale_writer()
430 *wdp = ktime_get_mono_fast_ns(); in rcu_scale_writer()
450 t = ktime_get_mono_fast_ns(); in rcu_scale_writer()
657 start_time = ktime_get_mono_fast_ns(); in kfree_scale_thread()
693 end_time = ktime_get_mono_fast_ns(); in kfree_scale_thread()
Drefscale.c559 start = ktime_get_mono_fast_ns(); in ref_scale_reader()
563 duration = ktime_get_mono_fast_ns() - start; in ref_scale_reader()
Dsrcutree.c179 ssp->srcu_last_gp_end = ktime_get_mono_fast_ns(); in init_srcu_struct_fields()
530 WRITE_ONCE(ssp->srcu_last_gp_end, ktime_get_mono_fast_ns()); in srcu_gp_end()
781 t = ktime_get_mono_fast_ns(); in srcu_might_be_idle()
/Linux-v5.15/kernel/
Dwatchdog_hld.c78 ktime_t delta, now = ktime_get_mono_fast_ns(); in watchdog_check_timestamp()
/Linux-v5.15/include/linux/
Dtimekeeping.h177 extern u64 ktime_get_mono_fast_ns(void);
Dpm_runtime.h198 WRITE_ONCE(dev->power.last_busy, ktime_get_mono_fast_ns()); in pm_runtime_mark_last_busy()
/Linux-v5.15/drivers/base/power/
Druntime.c74 now = ktime_get_mono_fast_ns(); in update_pm_runtime_accounting()
177 if (expires > ktime_get_mono_fast_ns()) in pm_runtime_autosuspend_expiration()
969 if (expires > 0 && expires < ktime_get_mono_fast_ns()) { in pm_suspend_timer_fn()
1005 expires = ktime_get_mono_fast_ns() + (u64)delay * NSEC_PER_MSEC; in pm_schedule_suspend()
1434 dev->power.accounting_timestamp = ktime_get_mono_fast_ns(); in pm_runtime_enable()
/Linux-v5.15/kernel/time/
Dtimekeeping.c485 u64 ktime_get_mono_fast_ns(void) in ktime_get_mono_fast_ns() function
489 EXPORT_SYMBOL_GPL(ktime_get_mono_fast_ns);
531 return (ktime_get_mono_fast_ns() + ktime_to_ns(tk->offs_boot)); in ktime_get_boot_fast_ns()
/Linux-v5.15/Documentation/core-api/
Dtimekeeping.rst132 .. c:function:: u64 ktime_get_mono_fast_ns( void )
/Linux-v5.15/kernel/bpf/
Dhelpers.c150 return ktime_get_mono_fast_ns(); in BPF_CALL_0()
/Linux-v5.15/kernel/debug/kdb/
Dkdb_main.c2477 u64 uptime = ktime_get_mono_fast_ns(); in kdb_sysinfo()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c4824 expires = ktime_get_mono_fast_ns() + NSEC_PER_SEC * 4ULL; in amdgpu_device_suspend_display_audio()
4830 if (expires < ktime_get_mono_fast_ns()) { in amdgpu_device_suspend_display_audio()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_perf.c478 now = ktime_get_mono_fast_ns(); in oa_buffer_check_unlocked()
/Linux-v5.15/kernel/trace/
Dtrace.c1548 { ktime_get_mono_fast_ns, "mono", 1 },
/Linux-v5.15/kernel/events/
Dcore.c11885 event->clock = &ktime_get_mono_fast_ns; in perf_event_set_clock()