Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtimekeeping.h151 extern u64 ktime_get_boot_fast_ns(void);
/Linux-v4.19/Documentation/core-api/
Dtimekeeping.rst130 u64 ktime_get_boot_fast_ns( void )
/Linux-v4.19/kernel/time/
Dtimekeeping.c502 u64 notrace ktime_get_boot_fast_ns(void) in ktime_get_boot_fast_ns() function
508 EXPORT_SYMBOL_GPL(ktime_get_boot_fast_ns);
/Linux-v4.19/kernel/trace/
Dtrace.c1169 { ktime_get_boot_fast_ns, "boot", 1 },
/Linux-v4.19/Documentation/trace/
Dftrace.rst479 ktime_get_boot_fast_ns() function for more information.