Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c2613 int i, b_nr; in dump_knl_turbo_ratio_limits() local
2644 b_nr = 0; in dump_knl_turbo_ratio_limits()
2645 cores[b_nr] = (msr & 0xFF) >> 1; in dump_knl_turbo_ratio_limits()
2646 ratio[b_nr] = (msr >> 8) & 0xFF; in dump_knl_turbo_ratio_limits()
2652 cores[b_nr + 1] = cores[b_nr] + delta_cores; in dump_knl_turbo_ratio_limits()
2653 ratio[b_nr + 1] = ratio[b_nr] - delta_ratio; in dump_knl_turbo_ratio_limits()
2654 b_nr++; in dump_knl_turbo_ratio_limits()