Home
last modified time | relevance | path

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

/linux/Documentation/core-api/
H A Dtimekeeping.rst134 u64 ktime_get_boot_fast_ns( void )
/linux/kernel/time/
H A Dtimekeeping.c526 u64 notrace ktime_get_boot_fast_ns(void) in ktime_get_boot_fast_ns() function
532 EXPORT_SYMBOL_GPL(ktime_get_boot_fast_ns);
/linux/kernel/bpf/
H A Dhelpers.c193 return ktime_get_boot_fast_ns(); in BPF_CALL_0()
/linux/kernel/trace/
H A Dtrace.c1759 { ktime_get_boot_fast_ns, "boot", 1 },
/linux/lib/
H A Dtest_bpf.c15532 addr = (long)&ktime_get_boot_fast_ns; in prepare_tail_call_tests()