Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/rcu/
Drcuscale.c436 t = ktime_get_mono_fast_ns(); in rcu_scale_writer()
451 *wdp = ktime_get_mono_fast_ns(); in rcu_scale_writer()
471 t = ktime_get_mono_fast_ns(); in rcu_scale_writer()
678 start_time = ktime_get_mono_fast_ns(); in kfree_scale_thread()
714 end_time = ktime_get_mono_fast_ns(); in kfree_scale_thread()
Drefscale.c581 start = ktime_get_mono_fast_ns(); in ref_scale_reader()
585 duration = ktime_get_mono_fast_ns() - start; in ref_scale_reader()
Dsrcutree.c256 ssp->srcu_last_gp_end = ktime_get_mono_fast_ns(); in init_srcu_struct_fields()
765 WRITE_ONCE(ssp->srcu_last_gp_end, ktime_get_mono_fast_ns()); in srcu_gp_end()
1053 t = ktime_get_mono_fast_ns(); in srcu_might_be_idle()
/Linux-v6.1/kernel/
Dwatchdog_hld.c78 ktime_t delta, now = ktime_get_mono_fast_ns(); in watchdog_check_timestamp()
/Linux-v6.1/include/linux/
Dtimekeeping.h177 extern u64 ktime_get_mono_fast_ns(void);
Dpm_runtime.h233 WRITE_ONCE(dev->power.last_busy, ktime_get_mono_fast_ns()); in pm_runtime_mark_last_busy()
/Linux-v6.1/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()
994 if (expires > 0 && expires < ktime_get_mono_fast_ns()) { in pm_suspend_timer_fn()
1030 expires = ktime_get_mono_fast_ns() + (u64)delay * NSEC_PER_MSEC; in pm_schedule_suspend()
1493 dev->power.accounting_timestamp = ktime_get_mono_fast_ns(); in pm_runtime_enable()
Ddomain.c236 now = ktime_get_mono_fast_ns(); in genpd_update_accounting()
2064 genpd->accounting_time = ktime_get_mono_fast_ns(); in pm_genpd_init()
3241 now = ktime_get_mono_fast_ns(); in idle_states_show()
3268 now = ktime_get_mono_fast_ns(); in active_time_show()
3296 now = ktime_get_mono_fast_ns(); in total_idle_time_show()
/Linux-v6.1/kernel/time/
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()
/Linux-v6.1/Documentation/core-api/
Dtimekeeping.rst132 .. c:function:: u64 ktime_get_mono_fast_ns( void )
/Linux-v6.1/drivers/ufs/host/
Dufs-mediatek.c361 timeout = ktime_get_mono_fast_ns() + retry_ms * 1000000UL; in ufs_mtk_wait_idle_state()
368 time_checked = ktime_get_mono_fast_ns(); in ufs_mtk_wait_idle_state()
/Linux-v6.1/kernel/bpf/
Dhelpers.c170 return ktime_get_mono_fast_ns(); in BPF_CALL_0()
/Linux-v6.1/kernel/debug/kdb/
Dkdb_main.c2485 u64 uptime = ktime_get_mono_fast_ns(); in kdb_sysinfo()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c5060 expires = ktime_get_mono_fast_ns() + NSEC_PER_SEC * 4ULL; in amdgpu_device_suspend_display_audio()
5066 if (expires < ktime_get_mono_fast_ns()) { in amdgpu_device_suspend_display_audio()
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_perf.c484 now = ktime_get_mono_fast_ns(); in oa_buffer_check_unlocked()
/Linux-v6.1/kernel/trace/
Dtrace.c1550 { ktime_get_mono_fast_ns, "mono", 1 },
/Linux-v6.1/kernel/events/
Dcore.c12108 event->clock = &ktime_get_mono_fast_ns; in perf_event_set_clock()
/Linux-v6.1/Documentation/admin-guide/
Dkernel-parameters.txt6231 mono - Use ktime_get_mono_fast_ns() for time stamps.