Searched refs:cpu_non_c3 (Results 1 – 1 of 1) sorted by relevance
93 int cpu_non_c3; /* Index of lowest non-C3 state. */ member516 if (sc->cpu_cx_count > sc->cpu_non_c3 + 1 && in enable_idle()714 sc->cpu_non_c3 = sc->cpu_cx_count; in acpi_cpu_generic_cx_probe()739 sc->cpu_non_c3 = sc->cpu_cx_count; in acpi_cpu_generic_cx_probe()830 sc->cpu_non_c3 = 0; in acpi_cpu_cx_cst()888 sc->cpu_non_c3 = sc->cpu_cx_count; in acpi_cpu_cx_cst()894 sc->cpu_non_c3 = sc->cpu_cx_count; in acpi_cpu_cx_cst()985 sc->cpu_cx_count = min(sc->cpu_cx_count, sc->cpu_non_c3 + 1); in acpi_cpu_startup()1115 i = min(sc->cpu_cx_lowest, sc->cpu_non_c3); in acpi_cpu_idle()1133 cx_next_idx > sc->cpu_non_c3 && in acpi_cpu_idle()[all …]