Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtsc.h31 extern struct system_counterval_t convert_art_ns_to_tsc(u64 art_ns);
/openbmc/linux/arch/x86/kernel/
H A Dtsc.c1338 struct system_counterval_t convert_art_ns_to_tsc(u64 art_ns) in convert_art_ns_to_tsc() argument
1342 rem = do_div(art_ns, USEC_PER_SEC); in convert_art_ns_to_tsc()
1344 res = art_ns * tsc_khz; in convert_art_ns_to_tsc()