Searched refs:cpu_non_c3 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c95 int cpu_non_c3; /* Index of lowest non-C3 state. */ member in struct:acpi_cpu_softc
736 sc->cpu_non_c3 = sc->cpu_cx_count;
761 sc->cpu_non_c3 = sc->cpu_cx_count;
852 sc->cpu_non_c3 = 0;
908 sc->cpu_non_c3 = sc->cpu_cx_count;
914 sc->cpu_non_c3 = sc->cpu_cx_count;
1006 sc->cpu_cx_count = min(sc->cpu_cx_count, sc->cpu_non_c3 + 1);
1137 i = min(sc->cpu_cx_lowest, sc->cpu_non_c3);
1154 cx_next_idx > sc->cpu_non_c3) {
1158 cx_next_idx = sc->cpu_non_c3;
[all...]

Completed in 133 milliseconds