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

/freebsd-10.1-release/sys/dev/acpica/
H A Dacpi_cpu.c963 int bm_active, cx_next_idx, i, us; local
986 cx_next_idx = 0;
993 cx_next_idx = i;
1005 cx_next_idx > sc->cpu_non_c3) {
1009 cx_next_idx = sc->cpu_non_c3;
1014 cx_next = &sc->cpu_cx_states[cx_next_idx];
1015 sc->cpu_cx_stats[cx_next_idx]++;

Completed in 44 milliseconds