Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Drcuperf.c445 t = ktime_get_mono_fast_ns(); in rcu_perf_writer()
460 *wdp = ktime_get_mono_fast_ns(); in rcu_perf_writer()
485 t = ktime_get_mono_fast_ns(); in rcu_perf_writer()
Dsrcutree.c189 sp->srcu_last_gp_end = ktime_get_mono_fast_ns(); in init_srcu_struct_fields()
553 sp->srcu_last_gp_end = ktime_get_mono_fast_ns(); in srcu_gp_end()
798 t = ktime_get_mono_fast_ns(); in srcu_might_be_idle()
/Linux-v4.19/kernel/
Dwatchdog_hld.c78 ktime_t delta, now = ktime_get_mono_fast_ns(); in watchdog_check_timestamp()
/Linux-v4.19/include/linux/
Dtimekeeping.h149 extern u64 ktime_get_mono_fast_ns(void);
/Linux-v4.19/kernel/bpf/
Dhelpers.c110 return ktime_get_mono_fast_ns(); in BPF_CALL_0()
/Linux-v4.19/kernel/time/
Dtimekeeping.c469 u64 ktime_get_mono_fast_ns(void) in ktime_get_mono_fast_ns() function
473 EXPORT_SYMBOL_GPL(ktime_get_mono_fast_ns);
506 return (ktime_get_mono_fast_ns() + ktime_to_ns(tk->offs_boot)); in ktime_get_boot_fast_ns()
/Linux-v4.19/Documentation/core-api/
Dtimekeeping.rst128 .. c:function:: u64 ktime_get_mono_fast_ns( void )
/Linux-v4.19/kernel/debug/kdb/
Dkdb_main.c2509 u64 uptime = ktime_get_mono_fast_ns(); in kdb_sysinfo()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_perf.c480 now = ktime_get_mono_fast_ns(); in oa_buffer_check_unlocked()
/Linux-v4.19/kernel/trace/
Dtrace.c1167 { ktime_get_mono_fast_ns, "mono", 1 },
/Linux-v4.19/kernel/events/
Dcore.c10321 event->clock = &ktime_get_mono_fast_ns; in perf_event_set_clock()