Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/powertop/common/
H A Dcpuidle.c193 if (i > g_max_cstate) in pt_cpuidle_stat_collect()
194 g_max_cstate = i; in pt_cpuidle_stat_collect()
H A Dpowertop.c56 int g_npstates, g_max_cstate, g_longest_cstate; variable
128 g_max_cstate = 0; in main()
H A Dpowertop.h182 extern int g_max_cstate;
H A Ddisplay.c188 cstate_lines = TITLE_LINE + max((g_max_cstate+2), g_npstates); in pt_display_setup()
414 for (i = 1; i <= g_max_cstate; i++) { in pt_display_states()