Searched refs:ZoneCritResIdx (Results 1 – 4 of 4) sorted by relevance
632 unsigned ZoneCritResIdx; variable699 if (!ZoneCritResIdx) in getCriticalCount()701 return getResourceCount(ZoneCritResIdx); in getCriticalCount()712 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx()
669 unsigned ZoneCritResIdx; variable730 if (!ZoneCritResIdx) in getCriticalCount()732 return getResourceCount(ZoneCritResIdx); in getCriticalCount()743 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx()
1846 ZoneCritResIdx = 0; in reset()2118 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()2119 ZoneCritResIdx = PIdx; in countResource()2184 if (ZoneCritResIdx) { in bumpNode()2191 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()2193 ZoneCritResIdx = 0; in bumpNode()2359 if (ZoneCritResIdx) { in dumpScheduledState()2360 ResFactor = SchedModel->getResourceFactor(ZoneCritResIdx); in dumpScheduledState()2361 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()2372 << SchedModel->getResourceName(ZoneCritResIdx) in dumpScheduledState()
1771 ZoneCritResIdx = 0; in reset()2048 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()2049 ZoneCritResIdx = PIdx; in countResource()2113 if (ZoneCritResIdx) { in bumpNode()2120 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()2122 ZoneCritResIdx = 0; in bumpNode()2276 if (ZoneCritResIdx) { in dumpScheduledState()2277 ResFactor = SchedModel->getResourceFactor(ZoneCritResIdx); in dumpScheduledState()2278 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()2289 << SchedModel->getResourceName(ZoneCritResIdx) in dumpScheduledState()