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

/osnet-11/usr/src/cmd/powertop/common/
H A Dturbo.c51 double g_turbo_ratio; variable
207 g_turbo_ratio += ratio;
210 g_turbo_ratio = g_turbo_ratio / (double)g_ncpus;
H A Ddisplay.c474 * If g_turbo_ratio <= 1.0, it will be ignored.
477 if (g_turbo_ratio <= 1.0) {
481 * If g_turbo_ratio > 1.0, that means
484 p0_speed = (uint64_t)(p1_speed * g_turbo_ratio);
491 g_turbo_ratio = 0.0;
H A Dpowertop.h293 extern double g_turbo_ratio;

Completed in 23 milliseconds