Lines Matching defs:limit
1482 int cstate, limit;
1484 limit = min_t(int, min_t(int, CPUIDLE_STATE_MAX, max_cstate + 1),
1487 for (cstate = 1; cstate < limit; cstate++) {
1533 int cstate, limit = min_t(int, CPUIDLE_STATE_MAX, acpi_state_table.count);
1536 * If limit > 0, intel_idle_cst_usable() has returned 'true', so all of
1539 for (cstate = 1; cstate < limit; cstate++) {
1583 int cstate, limit;
1592 limit = min_t(int, CPUIDLE_STATE_MAX, acpi_state_table.count);
1594 * If limit > 0, intel_idle_cst_usable() has returned 'true', so all of
1597 for (cstate = 1; cstate < limit; cstate++) {
1730 /* PC10 is not enabled in PKG C-state limit */