pkg_no 227 tools/power/x86/turbostat/turbostat.c #define GET_THREAD(thread_base, thread_no, core_no, node_no, pkg_no) \ pkg_no 229 tools/power/x86/turbostat/turbostat.c ((pkg_no) * \ pkg_no 235 tools/power/x86/turbostat/turbostat.c #define GET_CORE(core_base, core_no, node_no, pkg_no) \ pkg_no 237 tools/power/x86/turbostat/turbostat.c ((pkg_no) * topo.nodes_per_pkg * topo.cores_per_node) + \ pkg_no 242 tools/power/x86/turbostat/turbostat.c #define GET_PKG(pkg_base, pkg_no) (pkg_base + pkg_no) pkg_no 323 tools/power/x86/turbostat/turbostat.c int retval, pkg_no, core_no, thread_no, node_no; pkg_no 325 tools/power/x86/turbostat/turbostat.c for (pkg_no = 0; pkg_no < topo.num_packages; ++pkg_no) { pkg_no 336 tools/power/x86/turbostat/turbostat.c pkg_no); pkg_no 342 tools/power/x86/turbostat/turbostat.c node_no, pkg_no); pkg_no 343 tools/power/x86/turbostat/turbostat.c p = GET_PKG(pkg_base, pkg_no); pkg_no 2689 tools/power/x86/turbostat/turbostat.c int retval, pkg_no, node_no, core_no, thread_no; pkg_no 2691 tools/power/x86/turbostat/turbostat.c for (pkg_no = 0; pkg_no < topo.num_packages; ++pkg_no) { pkg_no 2703 tools/power/x86/turbostat/turbostat.c pkg_no); pkg_no 2710 tools/power/x86/turbostat/turbostat.c pkg_no); pkg_no 2713 tools/power/x86/turbostat/turbostat.c node_no, pkg_no); pkg_no 2716 tools/power/x86/turbostat/turbostat.c pkg_no); pkg_no 2718 tools/power/x86/turbostat/turbostat.c p = GET_PKG(pkg_base, pkg_no); pkg_no 2719 tools/power/x86/turbostat/turbostat.c p2 = GET_PKG(pkg_base2, pkg_no);