Home
last modified time | relevance | path

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

/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()
580 start_time = ktime_get_mono_fast_ns(); in kfree_scale_thread()
616 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()
1054 t = ktime_get_mono_fast_ns(); in srcu_might_be_idle()
/kernel/
Dwatchdog_hld.c78 ktime_t delta, now = ktime_get_mono_fast_ns(); in watchdog_check_timestamp()
/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()
/kernel/bpf/
Dhelpers.c173 return ktime_get_mono_fast_ns(); in BPF_CALL_0()
/kernel/debug/kdb/
Dkdb_main.c2483 u64 uptime = ktime_get_mono_fast_ns(); in kdb_sysinfo()
/kernel/trace/
Dtrace.c1560 { ktime_get_mono_fast_ns, "mono", 1 },
/kernel/events/
Dcore.c12165 event->clock = &ktime_get_mono_fast_ns; in perf_event_set_clock()