Searched refs:ZoneCritResIdx (Results 1 – 2 of 2) sorted by relevance
897 unsigned ZoneCritResIdx; variable995 if (!ZoneCritResIdx) in getCriticalCount()997 return getResourceCount(ZoneCritResIdx); in getCriticalCount()1008 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx()
2537 ZoneCritResIdx = 0; in reset()2950 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()2951 ZoneCritResIdx = PIdx; in countResource()3021 if (ZoneCritResIdx) { in bumpNode()3028 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()3030 ZoneCritResIdx = 0; in bumpNode()3241 if (ZoneCritResIdx) { in dumpScheduledState()3242 ResFactor = SchedModel->getResourceFactor(ZoneCritResIdx); in dumpScheduledState()3243 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()3254 << SchedModel->getResourceName(ZoneCritResIdx) in dumpScheduledState()