Searched refs:sample1 (Results 1 – 1 of 1) sorted by relevance
65 uint64_t sample1, sample2; in psr_cmt_get_mem_bandwidth() local72 &sample1, &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 2 milliseconds