Lines Matching refs:Usage
27 Usage(STI.getSchedModel().NumProcResourceKinds, {0, 0, 0}) { in SchedulerStatistics()
54 Usage[LQResourceID].SlotsInUse++; in onEvent()
59 Usage[SQResourceID].SlotsInUse++; in onEvent()
65 assert(Usage[LQResourceID].SlotsInUse); in onEvent()
66 Usage[LQResourceID].SlotsInUse--; in onEvent()
69 assert(Usage[SQResourceID].SlotsInUse); in onEvent()
70 Usage[SQResourceID].SlotsInUse--; in onEvent()
80 Usage[Buffer].SlotsInUse++; in onReservedBuffers()
89 Usage[Buffer].SlotsInUse--; in onReleasedBuffers()
94 for (BufferUsage &BU : Usage) { in updateHistograms()
132 if (all_of(Usage, [](const BufferUsage &BU) { return !BU.MaxUsedSlots; })) { in printSchedulerUsage()
150 const BufferUsage &BU = Usage[I]; in printSchedulerUsage()