OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxcstate
(Results
1 - 1
of
1
) sorted by null
/external/autotest/client/profilers/powertop/src/
powertop.c
54
static int
maxcstate
= 0;
variable
307
if (clevel >
maxcstate
)
308
maxcstate
= clevel;
413
if (clevel >
maxcstate
)
414
maxcstate
= clevel;
897
if (totalevents == 0 &&
maxcstate
<= 1) {
Completed in 379 milliseconds