Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtimekeeping.h179 extern u64 ktime_get_boot_fast_ns(void);
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dtimekeeping.rst134 u64 ktime_get_boot_fast_ns( void )
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhelpers.c162 return ktime_get_boot_fast_ns(); in BPF_CALL_0()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtimekeeping.c527 u64 notrace ktime_get_boot_fast_ns(void) in ktime_get_boot_fast_ns() function
533 EXPORT_SYMBOL_GPL(ktime_get_boot_fast_ns);
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace.c1557 { ktime_get_boot_fast_ns, "boot", 1 },
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace.rst521 ktime_get_boot_fast_ns() function for more information.