Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dtsc.c122 static __always_inline unsigned long long __cycles_2_ns(unsigned long long cyc) in __cycles_2_ns() function
139 ns = __cycles_2_ns(cyc); in cycles_2_ns()
237 return __cycles_2_ns(tsc_now); in native_sched_clock()