Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dtsc.h31 extern struct system_counterval_t convert_art_ns_to_tsc(u64 art_ns);
/linux-6.3-rc2/arch/x86/kernel/
A Dtsc.c1318 struct system_counterval_t convert_art_ns_to_tsc(u64 art_ns) in convert_art_ns_to_tsc() argument
1322 rem = do_div(art_ns, USEC_PER_SEC); in convert_art_ns_to_tsc()
1324 res = art_ns * tsc_khz; in convert_art_ns_to_tsc()

Completed in 9 milliseconds