Home
last modified time | relevance | path

Searched refs:cpu_non_c2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_cpu.c92 int cpu_non_c2; /* Index of lowest non-C2 state. */ member
713 sc->cpu_non_c2 = sc->cpu_cx_count; in acpi_cpu_generic_cx_probe()
829 sc->cpu_non_c2 = 0; in acpi_cpu_cx_cst()
887 sc->cpu_non_c2 = sc->cpu_cx_count; in acpi_cpu_cx_cst()
1113 i = min(sc->cpu_cx_lowest, sc->cpu_non_c2); in acpi_cpu_idle()