Searched refs:g_max_cstate (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dcpuidle.c187 * in each C state and update the number of C states in g_max_cstate
193 if (i > g_max_cstate)
194 g_max_cstate = i;
H A Dpowertop.h182 extern int g_max_cstate;
H A Dpowertop.c56 int g_npstates, g_max_cstate, g_longest_cstate; variable
126 g_max_cstate = 0;
H A Ddisplay.c188 cstate_lines = TITLE_LINE + max((g_max_cstate+2), g_npstates);
414 for (i = 1; i <= g_max_cstate; i++) {

Completed in 92 milliseconds