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

/freebsd-current/sys/dev/acpica/
H A Dacpi_cpu.c1083 int bm_active, cx_next_idx, i, us; local
1106 cx_next_idx = 0;
1115 cx_next_idx = i;
1126 cx_next = &sc->cpu_cx_states[cx_next_idx];
1128 cx_next_idx > sc->cpu_non_c3 &&
1133 cx_next_idx = sc->cpu_non_c3;
1134 cx_next = &sc->cpu_cx_states[cx_next_idx];
1139 sc->cpu_cx_stats[cx_next_idx]++;

Completed in 111 milliseconds