Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dtimekeeping.h219 extern u64 ktime_get_boot_fast_ns(void);
/linux-6.14.4/Documentation/core-api/
Dtimekeeping.rst134 u64 ktime_get_boot_fast_ns( void )
/linux-6.14.4/kernel/time/
Dtimekeeping.c463 u64 notrace ktime_get_boot_fast_ns(void) in ktime_get_boot_fast_ns() function
469 EXPORT_SYMBOL_GPL(ktime_get_boot_fast_ns);
/linux-6.14.4/kernel/bpf/
Dhelpers.c190 return ktime_get_boot_fast_ns(); in BPF_CALL_0()
/linux-6.14.4/kernel/trace/
Dtrace.c1684 { ktime_get_boot_fast_ns, "boot", 1 },
/linux-6.14.4/Documentation/trace/
Dftrace.rst585 ktime_get_boot_fast_ns() function for more information.
/linux-6.14.4/lib/
Dtest_bpf.c15532 addr = (long)&ktime_get_boot_fast_ns; in prepare_tail_call_tests()
/linux-6.14.4/Documentation/admin-guide/
Dkernel-parameters.txt7160 boot - Use ktime_get_boot_fast_ns() for time stamps.