idlestates 288 tools/power/cpupower/lib/cpuidle.c int idlestates = 1; idlestates 301 tools/power/cpupower/lib/cpuidle.c "cpu%u/cpuidle/state%d", cpu, idlestates); idlestates 302 tools/power/cpupower/lib/cpuidle.c idlestates++; idlestates 304 tools/power/cpupower/lib/cpuidle.c idlestates--; idlestates 305 tools/power/cpupower/lib/cpuidle.c return idlestates; idlestates 25 tools/power/cpupower/utils/cpuidle-info.c unsigned int idlestates, idlestate; idlestates 28 tools/power/cpupower/utils/cpuidle-info.c idlestates = cpuidle_state_count(cpu); idlestates 29 tools/power/cpupower/utils/cpuidle-info.c if (idlestates == 0) { idlestates 34 tools/power/cpupower/utils/cpuidle-info.c printf(_("Number of idle states: %d\n"), idlestates); idlestates 36 tools/power/cpupower/utils/cpuidle-info.c for (idlestate = 0; idlestate < idlestates; idlestate++) { idlestates 48 tools/power/cpupower/utils/cpuidle-info.c for (idlestate = 0; idlestate < idlestates; idlestate++) { idlestates 31 tools/power/cpupower/utils/cpuidle-set.c unsigned int cpu = 0, idlestate = 0, idlestates = 0; idlestates 111 tools/power/cpupower/utils/cpuidle-set.c idlestates = cpuidle_state_count(cpu); idlestates 112 tools/power/cpupower/utils/cpuidle-set.c if (idlestates <= 0) idlestates 143 tools/power/cpupower/utils/cpuidle-set.c for (idlestate = 0; idlestate < idlestates; idlestate++) { idlestates 166 tools/power/cpupower/utils/cpuidle-set.c for (idlestate = 0; idlestate < idlestates; idlestate++) { idlestates 358 tools/power/cpupower/utils/helpers/sysfs.c int idlestates = 1; idlestates 371 tools/power/cpupower/utils/helpers/sysfs.c "cpu%u/cpuidle/state%d", cpu, idlestates); idlestates 372 tools/power/cpupower/utils/helpers/sysfs.c idlestates++; idlestates 374 tools/power/cpupower/utils/helpers/sysfs.c idlestates--; idlestates 375 tools/power/cpupower/utils/helpers/sysfs.c return idlestates;