Home
last modified time | relevance | path

Searched refs:ktime_get_boot_fast_ns (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/linux/
Dtimekeeping.h179 extern u64 ktime_get_boot_fast_ns(void);
/Linux-v5.10/kernel/bpf/
Dhelpers.c161 return ktime_get_boot_fast_ns(); in BPF_CALL_0()
/Linux-v5.10/Documentation/core-api/
Dtimekeeping.rst134 u64 ktime_get_boot_fast_ns( void )
/Linux-v5.10/kernel/time/
Dtimekeeping.c525 u64 notrace ktime_get_boot_fast_ns(void) in ktime_get_boot_fast_ns() function
531 EXPORT_SYMBOL_GPL(ktime_get_boot_fast_ns);
/Linux-v5.10/kernel/trace/
Dtrace.c1533 { ktime_get_boot_fast_ns, "boot", 1 },
/Linux-v5.10/Documentation/trace/
Dftrace.rst518 ktime_get_boot_fast_ns() function for more information.