Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Drcuscale.c385 t = ktime_get_mono_fast_ns(); in rcu_scale_writer()
400 *wdp = ktime_get_mono_fast_ns(); in rcu_scale_writer()
420 t = ktime_get_mono_fast_ns(); in rcu_scale_writer()
622 start_time = ktime_get_mono_fast_ns(); in kfree_scale_thread()
650 end_time = ktime_get_mono_fast_ns(); in kfree_scale_thread()
H A Drefscale.c407 start = ktime_get_mono_fast_ns(); in ref_scale_reader()
411 duration = ktime_get_mono_fast_ns() - start; in ref_scale_reader()
H A Dsrcutree.c185 ssp->srcu_last_gp_end = ktime_get_mono_fast_ns(); in init_srcu_struct_fields()
536 WRITE_ONCE(ssp->srcu_last_gp_end, ktime_get_mono_fast_ns()); in srcu_gp_end()
787 t = ktime_get_mono_fast_ns(); in srcu_might_be_idle()
/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog_hld.c78 ktime_t delta, now = ktime_get_mono_fast_ns(); in watchdog_check_timestamp()
/OK3568_Linux_fs/kernel/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()
989 if (expires > 0 && expires < ktime_get_mono_fast_ns()) { in pm_suspend_timer_fn()
1025 expires = ktime_get_mono_fast_ns() + (u64)delay * NSEC_PER_MSEC; in pm_schedule_suspend()
1454 dev->power.accounting_timestamp = ktime_get_mono_fast_ns(); in pm_runtime_enable()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtimekeeping.h177 extern u64 ktime_get_mono_fast_ns(void);
H A Dpm_runtime.h197 WRITE_ONCE(dev->power.last_busy, ktime_get_mono_fast_ns()); in pm_runtime_mark_last_busy()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_unisoc116 ktime_get_mono_fast_ns
H A Dabi_gki_aarch64_hikey960194 ktime_get_mono_fast_ns
H A Dabi_gki_aarch64_virtual_device217 ktime_get_mono_fast_ns
H A Dabi_gki_aarch64_exynosauto279 ktime_get_mono_fast_ns
H A Dabi_gki_aarch64_vivo891 ktime_get_mono_fast_ns
H A Dabi_gki_aarch64_generic1080 ktime_get_mono_fast_ns
H A Dabi_gki_aarch64_db845c320 ktime_get_mono_fast_ns
H A Dabi_gki_aarch64_exynos1130 ktime_get_mono_fast_ns
H A Dabi_gki_aarch64_imx519 ktime_get_mono_fast_ns
H A Dabi_gki_aarch64_qcom1367 ktime_get_mono_fast_ns
H A Dabi_gki_aarch64_mtk1141 ktime_get_mono_fast_ns
H A Dabi_gki_aarch64_rockchip720 ktime_get_mono_fast_ns
H A Dabi_gki_aarch64_oplus1470 ktime_get_mono_fast_ns
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtimekeeping.c494 u64 ktime_get_mono_fast_ns(void) in ktime_get_mono_fast_ns() function
498 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()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dtimekeeping.rst132 .. c:function:: u64 ktime_get_mono_fast_ns( void )
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhelpers.c150 return ktime_get_mono_fast_ns(); in BPF_CALL_0()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c4476 expires = ktime_get_mono_fast_ns() + NSEC_PER_SEC * 4ULL; in amdgpu_device_suspend_display_audio()
4482 if (expires < ktime_get_mono_fast_ns()) { in amdgpu_device_suspend_display_audio()
/OK3568_Linux_fs/kernel/kernel/debug/kdb/
H A Dkdb_main.c2555 u64 uptime = ktime_get_mono_fast_ns(); in kdb_sysinfo()

12