Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtimekeeping.h179 extern u64 ktime_get_boot_fast_ns(void);
/openbmc/linux/Documentation/core-api/
H A Dtimekeeping.rst134 u64 ktime_get_boot_fast_ns( void )
/openbmc/linux/kernel/time/
H A Dtimekeeping.c532 u64 notrace ktime_get_boot_fast_ns(void) in ktime_get_boot_fast_ns() function
538 EXPORT_SYMBOL_GPL(ktime_get_boot_fast_ns);
/openbmc/linux/kernel/bpf/
H A Dhelpers.c188 return ktime_get_boot_fast_ns(); in BPF_CALL_0()
/openbmc/linux/kernel/trace/
H A Dtrace.c1604 { ktime_get_boot_fast_ns, "boot", 1 },
/openbmc/linux/Documentation/trace/
H A Dftrace.rst549 ktime_get_boot_fast_ns() function for more information.
/openbmc/linux/lib/
H A Dtest_bpf.c15118 addr = (long)&ktime_get_boot_fast_ns; in prepare_tail_call_tests()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt6519 boot - Use ktime_get_boot_fast_ns() for time stamps.