Searched refs:tsc2 (Results 1 – 1 of 1) sorted by relevance
66 uint64_t tsc1, tsc2; in psr_cmt_get_mem_bandwidth() local79 &sample2, &tsc2); in psr_cmt_get_mem_bandwidth()83 if (tsc2 <= tsc1) in psr_cmt_get_mem_bandwidth()91 if (tsc2 - tsc1 < 1000000000 && sample2 >= sample1) in psr_cmt_get_mem_bandwidth()102 *bandwidth_r = (sample2 - sample1) * 1000000000 / (tsc2 - tsc1) / 1024; in psr_cmt_get_mem_bandwidth()
Completed in 3 milliseconds