Home
last modified time | relevance | path

Searched refs:FEATURE_PSTATE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.c226 g_features |= FEATURE_PSTATE; in main()
317 if (g_features & FEATURE_PSTATE && in main()
H A Dpowertop.h62 #define FEATURE_PSTATE 0x02 macro
H A Ddisplay.c439 if (g_features & FEATURE_PSTATE) { in pt_display_states()