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

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c90 int cpu_cx_count; /* Number of valid Cx states. */ member in struct:acpi_cpu_softc
725 sc->cpu_cx_count = 0;
735 sc->cpu_non_c2 = sc->cpu_cx_count;
736 sc->cpu_non_c3 = sc->cpu_cx_count;
737 sc->cpu_cx_count++;
761 sc->cpu_non_c3 = sc->cpu_cx_count;
762 sc->cpu_cx_count++;
778 sc->cpu_cx_count++;
853 sc->cpu_cx_count = 0;
862 sc->cpu_cx_count
[all...]

Completed in 157 milliseconds