Lines Matching defs:cpu_cx_count
88 int cpu_cx_count; /* Number of valid Cx states. */
516 if (sc->cpu_cx_count > sc->cpu_non_c3 + 1 &&
703 sc->cpu_cx_count = 0;
713 sc->cpu_non_c2 = sc->cpu_cx_count;
714 sc->cpu_non_c3 = sc->cpu_cx_count;
715 sc->cpu_cx_count++;
739 sc->cpu_non_c3 = sc->cpu_cx_count;
740 sc->cpu_cx_count++;
756 sc->cpu_cx_count++;
831 sc->cpu_cx_count = 0;
840 sc->cpu_cx_count++;
863 cx_ptr->res_rid = sc->cpu_cx_count;
887 sc->cpu_non_c2 = sc->cpu_cx_count;
888 sc->cpu_non_c3 = sc->cpu_cx_count;
890 sc->cpu_cx_count++;
894 sc->cpu_non_c3 = sc->cpu_cx_count;
921 sc->cpu_cx_count++;
925 cx_ptr->res_rid = sc->cpu_cx_count;
935 sc->cpu_cx_count++;
985 sc->cpu_cx_count = min(sc->cpu_cx_count, sc->cpu_non_c3 + 1);
1026 for (i = 0; i < sc->cpu_cx_count; i++)
1371 for (i = 0; i < sc->cpu_cx_count; i++)
1373 for (i = 0; i < sc->cpu_cx_count; i++) {
1401 for (i = 0; i < sc->cpu_cx_count; i++) {
1422 for (i = 0; i < sc->cpu_cx_count; i++) {
1453 sc->cpu_cx_lowest = min(sc->cpu_cx_lowest_lim, sc->cpu_cx_count - 1);