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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c68 .pmsStats = pmsStatsd,
322 pmsCtls.pmsStats[cpu][pcstate->pmsStepID].stTime[dir] += dur; /* Accumulate the total time in the old step */
323 pmsCtls.pmsStats[cpu][pcstate->pmsStepID].stCnt[dir] += 1; /* Count transitions */
372 pmsCtls.pmsStats[cpu][i].stTime[0] = 0; /* Clear accumulated time - downward */
373 pmsCtls.pmsStats[cpu][i].stTime[1] = 0; /* Clear accumulated time - forward */
374 pmsCtls.pmsStats[cpu][i].stCnt[0] = 0; /* Clear transition count - downward */
375 pmsCtls.pmsStats[cpu][i].stCnt[1] = 0; /* Clear transition count - forward */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h83 pmsStat (*pmsStats)[pmsMaxStates]; /* Pointer to statistics information, 0 if not enabled */ member in struct:pmsCtl

Completed in 29 milliseconds