Lines Matching refs:Usage
25 Usage(STI.getSchedModel().NumProcResourceKinds, {0, 0, 0}) { in SchedulerStatistics()
53 Usage[LQResourceID].SlotsInUse++; in onEvent()
58 Usage[SQResourceID].SlotsInUse++; in onEvent()
64 assert(Usage[LQResourceID].SlotsInUse); in onEvent()
65 Usage[LQResourceID].SlotsInUse--; in onEvent()
68 assert(Usage[SQResourceID].SlotsInUse); in onEvent()
69 Usage[SQResourceID].SlotsInUse--; in onEvent()
79 Usage[Buffer].SlotsInUse++; in onReservedBuffers()
88 Usage[Buffer].SlotsInUse--; in onReleasedBuffers()
93 for (BufferUsage &BU : Usage) { in updateHistograms()
126 if (all_of(Usage, [](const BufferUsage &BU) { return !BU.MaxUsedSlots; })) { in printSchedulerUsage()
144 const BufferUsage &BU = Usage[I]; in printSchedulerUsage()