Searched refs:ktime_get_mono_fast_ns (Results 1 – 19 of 19) sorted by relevance
415 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()
179 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()
559 start = ktime_get_mono_fast_ns(); in ref_scale_reader()563 duration = ktime_get_mono_fast_ns() - start; in ref_scale_reader()
78 ktime_t delta, now = ktime_get_mono_fast_ns(); in watchdog_check_timestamp()
177 extern u64 ktime_get_mono_fast_ns(void);
198 WRITE_ONCE(dev->power.last_busy, ktime_get_mono_fast_ns()); in pm_runtime_mark_last_busy()
74 now = ktime_get_mono_fast_ns(); in update_pm_runtime_accounting()177 if (expires > ktime_get_mono_fast_ns()) in pm_runtime_autosuspend_expiration()971 if (expires > 0 && expires < ktime_get_mono_fast_ns()) { in pm_suspend_timer_fn()1007 expires = ktime_get_mono_fast_ns() + (u64)delay * NSEC_PER_MSEC; in pm_schedule_suspend()1436 dev->power.accounting_timestamp = ktime_get_mono_fast_ns(); in pm_runtime_enable()
323 timeout = ktime_get_mono_fast_ns() + retry_ms * 1000000UL; in ufs_mtk_wait_idle_state()330 time_checked = ktime_get_mono_fast_ns(); in ufs_mtk_wait_idle_state()
485 u64 ktime_get_mono_fast_ns(void) in ktime_get_mono_fast_ns() function489 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()
132 .. c:function:: u64 ktime_get_mono_fast_ns( void )
150 return ktime_get_mono_fast_ns(); in BPF_CALL_0()
2478 u64 uptime = ktime_get_mono_fast_ns(); in kdb_sysinfo()
4822 expires = ktime_get_mono_fast_ns() + NSEC_PER_SEC * 4ULL; in amdgpu_device_suspend_display_audio()4828 if (expires < ktime_get_mono_fast_ns()) { in amdgpu_device_suspend_display_audio()
478 now = ktime_get_mono_fast_ns(); in oa_buffer_check_unlocked()
1524 { ktime_get_mono_fast_ns, "mono", 1 },
11918 event->clock = &ktime_get_mono_fast_ns; in perf_event_set_clock()
8510 0x00000000 ktime_get_mono_fast_ns vmlinux EXPORT_SYMBOL_GPL
4628 ffff800010119d50 T ktime_get_mono_fast_ns
Completed in 396 milliseconds