Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/kernel/rcu/
H A Drcuscale.c482 t = ktime_get_mono_fast_ns(); in rcu_scale_writer()
500 *wdp = ktime_get_mono_fast_ns(); in rcu_scale_writer()
520 t = ktime_get_mono_fast_ns(); in rcu_scale_writer()
639 start_time = ktime_get_mono_fast_ns(); in kfree_scale_thread()
680 end_time = ktime_get_mono_fast_ns(); in kfree_scale_thread()
H A Drefscale.c849 start = ktime_get_mono_fast_ns(); in ref_scale_reader()
853 duration = ktime_get_mono_fast_ns() - start; in ref_scale_reader()
H A Dsrcutree.c265 ssp->srcu_sup->srcu_last_gp_end = ktime_get_mono_fast_ns(); in init_srcu_struct_fields()
876 WRITE_ONCE(sup->srcu_last_gp_end, ktime_get_mono_fast_ns()); in srcu_gp_end()
1190 t = ktime_get_mono_fast_ns(); in srcu_might_be_idle()
/openbmc/linux/include/linux/
H A Dtimekeeping.h177 extern u64 ktime_get_mono_fast_ns(void);
H A Dpm_runtime.h231 WRITE_ONCE(dev->power.last_busy, ktime_get_mono_fast_ns()); in pm_runtime_mark_last_busy()
/openbmc/linux/drivers/base/power/
H A 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()
1004 if (expires > 0 && expires < ktime_get_mono_fast_ns()) { in pm_suspend_timer_fn()
1040 expires = ktime_get_mono_fast_ns() + (u64)delay * NSEC_PER_MSEC; in pm_schedule_suspend()
1503 dev->power.accounting_timestamp = ktime_get_mono_fast_ns(); in pm_runtime_enable()
H A Ddomain.c233 now = ktime_get_mono_fast_ns(); in genpd_update_accounting()
2070 genpd->accounting_time = ktime_get_mono_fast_ns(); in pm_genpd_init()
3257 now = ktime_get_mono_fast_ns(); in idle_states_show()
3284 now = ktime_get_mono_fast_ns(); in active_time_show()
3312 now = ktime_get_mono_fast_ns(); in total_idle_time_show()
/openbmc/linux/kernel/time/
H A Dtimekeeping.c490 u64 notrace ktime_get_mono_fast_ns(void) in ktime_get_mono_fast_ns() function
494 EXPORT_SYMBOL_GPL(ktime_get_mono_fast_ns);
536 return (ktime_get_mono_fast_ns() + ktime_to_ns(data_race(tk->offs_boot))); in ktime_get_boot_fast_ns()
553 return (ktime_get_mono_fast_ns() + ktime_to_ns(data_race(tk->offs_tai))); in ktime_get_tai_fast_ns()
/openbmc/linux/Documentation/core-api/
H A Dtimekeeping.rst132 .. c:function:: u64 ktime_get_mono_fast_ns( void )
/openbmc/linux/drivers/ufs/host/
H A Dufs-mediatek.c368 timeout = ktime_get_mono_fast_ns() + retry_ms * 1000000UL; in ufs_mtk_wait_idle_state()
375 time_checked = ktime_get_mono_fast_ns(); in ufs_mtk_wait_idle_state()
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_main.c2483 u64 uptime = ktime_get_mono_fast_ns(); in kdb_sysinfo()
/openbmc/linux/kernel/bpf/
H A Dhelpers.c176 return ktime_get_mono_fast_ns(); in BPF_CALL_0()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c5137 expires = ktime_get_mono_fast_ns() + NSEC_PER_SEC * 4ULL; in amdgpu_device_suspend_display_audio()
5143 if (expires < ktime_get_mono_fast_ns()) { in amdgpu_device_suspend_display_audio()
/openbmc/linux/kernel/trace/
H A Dtrace.c1602 { ktime_get_mono_fast_ns, "mono", 1 },
/openbmc/linux/kernel/events/
H A Dcore.c12383 event->clock = &ktime_get_mono_fast_ns; in perf_event_set_clock()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt6516 mono - Use ktime_get_mono_fast_ns() for time stamps.