Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dtsc.c200 static inline unsigned long long cycles_2_ns(unsigned long long cyc) in cycles_2_ns() function
252 ns_now = cycles_2_ns(tsc_now); in set_cyc2ns_scale()
291 return cycles_2_ns(tsc_now); in native_sched_clock()
312 return cycles_2_ns(tsc); in native_sched_clock_from_tsc()
/linux-4.4.14/arch/x86/platform/uv/
Dtlb_uv.c441 static inline unsigned long long cycles_2_ns(unsigned long long cyc) in cycles_2_ns() function
468 return cycles_2_ns(cyc) / NSEC_PER_USEC; in cycles_2_us()