Home
last modified time | relevance | path

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

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