b_nr             2302 tools/power/x86/turbostat/turbostat.c 	int i, b_nr;
b_nr             2334 tools/power/x86/turbostat/turbostat.c 	b_nr = 0;
b_nr             2335 tools/power/x86/turbostat/turbostat.c 	cores[b_nr] = (msr & 0xFF) >> 1;
b_nr             2336 tools/power/x86/turbostat/turbostat.c 	ratio[b_nr] = (msr >> 8) & 0xFF;
b_nr             2342 tools/power/x86/turbostat/turbostat.c 		cores[b_nr + 1] = cores[b_nr] + delta_cores;
b_nr             2343 tools/power/x86/turbostat/turbostat.c 		ratio[b_nr + 1] = ratio[b_nr] - delta_ratio;
b_nr             2344 tools/power/x86/turbostat/turbostat.c 		b_nr++;