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

/freebsd-current/sys/dev/acpica/
H A Dacpi_cpu.c88 int cpu_cx_count; /* Number of valid Cx states. */ member in struct:acpi_cpu_softc
515 if (sc->cpu_cx_count > sc->cpu_non_c3 + 1 &&
702 sc->cpu_cx_count = 0;
712 sc->cpu_non_c2 = sc->cpu_cx_count;
713 sc->cpu_non_c3 = sc->cpu_cx_count;
714 sc->cpu_cx_count++;
738 sc->cpu_non_c3 = sc->cpu_cx_count;
739 sc->cpu_cx_count++;
755 sc->cpu_cx_count++;
830 sc->cpu_cx_count
[all...]
/freebsd-current/sys/dev/xen/cpu/
H A Dxen_acpi_cpu.c69 unsigned int cpu_cx_count; member in struct:xen_acpi_cpu_softc
135 .u.set_pminfo.u.power.count = sc->cpu_cx_count,
291 sc->cpu_cx_count = 0;
297 &sc->cpu_cx_states[sc->cpu_cx_count];
316 sc->cpu_cx_count++;
320 if (sc->cpu_cx_count == 0) {

Completed in 175 milliseconds