Searched defs:max_pstates (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/powertop/common/
H A Dutil.c258 int max_pstates, max_cstates; local
341 max_pstates = (int)pt_kstat_long(&c2->cs_cpu_info,
344 g_max_pstates = ++max_pstates;
346 if (max_pstates > CPU_MAX_PSTATES) {
347 pt_error("max_pstates %d out of range\n",
348 max_pstates);
352 for (i = 0; i < max_pstates; i++) {
358 n = pt_delta_str(s1, s2, p_nsec, max_pstates);
359 if (n != max_pstates) {
365 for (i = 0; i < max_pstates;
[all...]

Completed in 29 milliseconds