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

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c101 int cpu_cx_lowest_lim; member in struct:acpi_cpu_softc
163 static int cpu_cx_lowest_lim; variable
695 sc->cpu_cx_lowest_lim = 0;
1026 cpu_cx_lowest_lim = 0;
1483 sc->cpu_cx_lowest = min(sc->cpu_cx_lowest_lim, sc->cpu_cx_count - 1);
1507 snprintf(state, sizeof(state), "C%d", sc->cpu_cx_lowest_lim + 1);
1522 sc->cpu_cx_lowest_lim = val - 1;
1536 snprintf(state, sizeof(state), "C%d", cpu_cx_lowest_lim + 1);
1552 cpu_cx_lowest_lim = val - 1;
1555 sc->cpu_cx_lowest_lim
[all...]

Completed in 117 milliseconds