Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtimekeeping.h180 extern u64 ktime_get_tai_fast_ns(void);
/linux-6.6.21/Documentation/core-api/
Dtimekeeping.rst135 u64 ktime_get_tai_fast_ns( void )
/linux-6.6.21/kernel/time/
Dtimekeeping.c549 u64 notrace ktime_get_tai_fast_ns(void) in ktime_get_tai_fast_ns() function
555 EXPORT_SYMBOL_GPL(ktime_get_tai_fast_ns);
/linux-6.6.21/kernel/bpf/
Dhelpers.c211 return ktime_get_tai_fast_ns(); in BPF_CALL_0()
/linux-6.6.21/kernel/trace/
Dtrace.c1605 { ktime_get_tai_fast_ns, "tai", 1 },
/linux-6.6.21/Documentation/trace/
Dftrace.rst560 handle them. See comments in the ktime_get_tai_fast_ns()