Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtimekeeping.h179 extern u64 ktime_get_boot_fast_ns(void);
/Linux-v5.4/Documentation/core-api/
Dtimekeeping.rst134 u64 ktime_get_boot_fast_ns( void )
/Linux-v5.4/kernel/time/
Dtimekeeping.c505 u64 notrace ktime_get_boot_fast_ns(void) in ktime_get_boot_fast_ns() function
511 EXPORT_SYMBOL_GPL(ktime_get_boot_fast_ns);
/Linux-v5.4/kernel/trace/
Dtrace.c1358 { ktime_get_boot_fast_ns, "boot", 1 },
/Linux-v5.4/Documentation/trace/
Dftrace.rst487 ktime_get_boot_fast_ns() function for more information.