Searched refs:ZoneCritResIdx (Results 1 – 2 of 2) sorted by relevance
661 unsigned ZoneCritResIdx; variable726 if (!ZoneCritResIdx) in getCriticalCount()728 return getResourceCount(ZoneCritResIdx); in getCriticalCount()739 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx()
1869 ZoneCritResIdx = 0; in reset()2185 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()2186 ZoneCritResIdx = PIdx; in countResource()2255 if (ZoneCritResIdx) { in bumpNode()2262 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()2264 ZoneCritResIdx = 0; in bumpNode()2426 if (ZoneCritResIdx) { in dumpScheduledState()2427 ResFactor = SchedModel->getResourceFactor(ZoneCritResIdx); in dumpScheduledState()2428 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()2439 << SchedModel->getResourceName(ZoneCritResIdx) in dumpScheduledState()