Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dtsc.c127 static __always_inline unsigned long long __cycles_2_ns(unsigned long long cyc) in __cycles_2_ns() function
144 ns = __cycles_2_ns(cyc); in cycles_2_ns()
243 return __cycles_2_ns(tsc_now); in native_sched_clock()