Searched refs:ktime_get_mono_fast_ns (Results 1 – 25 of 29) sorted by relevance
12
385 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()
407 start = ktime_get_mono_fast_ns(); in ref_scale_reader()411 duration = ktime_get_mono_fast_ns() - start; in ref_scale_reader()
185 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()
78 ktime_t delta, now = ktime_get_mono_fast_ns(); in watchdog_check_timestamp()
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()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()
177 extern u64 ktime_get_mono_fast_ns(void);
197 WRITE_ONCE(dev->power.last_busy, ktime_get_mono_fast_ns()); in pm_runtime_mark_last_busy()
116 ktime_get_mono_fast_ns
194 ktime_get_mono_fast_ns
217 ktime_get_mono_fast_ns
279 ktime_get_mono_fast_ns
891 ktime_get_mono_fast_ns
1080 ktime_get_mono_fast_ns
320 ktime_get_mono_fast_ns
1130 ktime_get_mono_fast_ns
519 ktime_get_mono_fast_ns
1367 ktime_get_mono_fast_ns
1141 ktime_get_mono_fast_ns
720 ktime_get_mono_fast_ns
1470 ktime_get_mono_fast_ns
494 u64 ktime_get_mono_fast_ns(void) in ktime_get_mono_fast_ns() function498 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()
4476 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()
2555 u64 uptime = ktime_get_mono_fast_ns(); in kdb_sysinfo()