Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/powertop/common/
H A Dturbo.c50 boolean_t g_turbo_supported; variable
73 g_turbo_supported = B_FALSE; in pt_turbo_init()
79 g_turbo_supported = B_FALSE; in pt_turbo_init()
89 g_turbo_supported = B_FALSE; in pt_turbo_init()
98 g_turbo_supported = B_TRUE; in pt_turbo_init()
H A Dpowertop.h210 extern boolean_t g_turbo_supported;
H A Dpowertop.c129 g_turbo_supported = B_FALSE; in main()
H A Ddisplay.c461 if (g_turbo_supported) { in pt_display_states()