Searched refs:g_turbo_ratio (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dturbo.c51 double g_turbo_ratio; variable
223 g_turbo_ratio += ratio;
226 g_turbo_ratio = g_turbo_ratio / (double)g_ncpus;
H A Dpowertop.h211 extern double g_turbo_ratio;
H A Ddisplay.c477 * If g_turbo_ratio <= 1.0, it will be ignored.
480 if (g_turbo_ratio <= 1.0) {
484 * If g_turbo_ratio > 1.0, that means
489 g_turbo_ratio);
496 g_turbo_ratio = 0.0;

Completed in 70 milliseconds