Searched refs:ZoneCritResIdx (Results 1 – 2 of 2) sorted by relevance
665 unsigned ZoneCritResIdx; variable733 if (!ZoneCritResIdx) in getCriticalCount()735 return getResourceCount(ZoneCritResIdx); in getCriticalCount()746 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx()
2003 ZoneCritResIdx = 0; in reset()2358 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()2359 ZoneCritResIdx = PIdx; in countResource()2428 if (ZoneCritResIdx) { in bumpNode()2435 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()2437 ZoneCritResIdx = 0; in bumpNode()2598 if (ZoneCritResIdx) { in dumpScheduledState()2599 ResFactor = SchedModel->getResourceFactor(ZoneCritResIdx); in dumpScheduledState()2600 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()2611 << SchedModel->getResourceName(ZoneCritResIdx) in dumpScheduledState()