Home
last modified time | relevance | path

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

/linux/kernel/
H A Dwatchdog_perf.c62 ktime_t delta, now = ktime_get_mono_fast_ns(); in watchdog_check_timestamp()
82 __this_cpu_write(last_timestamp, ktime_get_mono_fast_ns()); in watchdog_init_timestamp()
/linux/kernel/rcu/
H A Drcuscale.c565 t = ktime_get_mono_fast_ns(); in rcu_scale_writer()
585 *wdp = ktime_get_mono_fast_ns(); in rcu_scale_writer()
607 t = ktime_get_mono_fast_ns(); in rcu_scale_writer()
748 start_time = ktime_get_mono_fast_ns(); in kfree_scale_thread()
789 end_time = ktime_get_mono_fast_ns(); in kfree_scale_thread()
/linux/drivers/base/power/
H A Druntime.c75 now = ktime_get_mono_fast_ns(); in update_pm_runtime_accounting()
179 if (expires > ktime_get_mono_fast_ns()) in pm_runtime_autosuspend_expiration()
1006 if (expires > 0 && expires < ktime_get_mono_fast_ns()) { in pm_suspend_timer_fn()
1042 expires = ktime_get_mono_fast_ns() + (u64)delay * NSEC_PER_MSEC; in pm_schedule_suspend()
1536 dev->power.accounting_timestamp = ktime_get_mono_fast_ns(); in pm_runtime_enable()
/linux/include/linux/
H A Dpm_runtime.h220 WRITE_ONCE(dev->power.last_busy, ktime_get_mono_fast_ns()); in pm_runtime_mark_last_busy()
/linux/kernel/time/
H A Dtimekeeping.c421 u64 notrace ktime_get_mono_fast_ns(void) in ktime_get_mono_fast_ns() function
425 EXPORT_SYMBOL_GPL(ktime_get_mono_fast_ns);
467 return (ktime_get_mono_fast_ns() + ktime_to_ns(data_race(tk->offs_boot))); in ktime_get_boot_fast_ns()
484 return (ktime_get_mono_fast_ns() + ktime_to_ns(data_race(tk->offs_tai))); in ktime_get_tai_fast_ns()
/linux/drivers/pmdomain/
H A Dcore.c289 now = ktime_get_mono_fast_ns(); in genpd_update_accounting()
2261 genpd->accounting_time = ktime_get_mono_fast_ns(); in pm_genpd_init()
3469 now = ktime_get_mono_fast_ns(); in idle_states_show()
3500 now = ktime_get_mono_fast_ns(); in active_time_show()
3528 now = ktime_get_mono_fast_ns(); in total_idle_time_show()
/linux/Documentation/core-api/
H A Dtimekeeping.rst132 .. c:function:: u64 ktime_get_mono_fast_ns( void )
/linux/drivers/ufs/host/
H A Dufs-mediatek.c399 timeout = ktime_get_mono_fast_ns() + retry_ms * 1000000UL; in ufs_mtk_wait_idle_state()
406 time_checked = ktime_get_mono_fast_ns(); in ufs_mtk_wait_idle_state()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c5792 expires = ktime_get_mono_fast_ns() + NSEC_PER_SEC * 4ULL; in amdgpu_device_suspend_display_audio()
5798 if (expires < ktime_get_mono_fast_ns()) { in amdgpu_device_suspend_display_audio()
/linux/kernel/bpf/
H A Dhelpers.c178 return ktime_get_mono_fast_ns(); in BPF_CALL_0()
/linux/kernel/trace/
H A Dtrace.c1682 { ktime_get_mono_fast_ns, "mono", 1 },
/linux/kernel/events/
H A Dcore.c12727 event->clock = &ktime_get_mono_fast_ns; in perf_event_set_clock()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7155 mono - Use ktime_get_mono_fast_ns() for time stamps.