Searched refs:EventUBs (Results 1 – 1 of 1) sorted by relevance
242 memset(EventUBs, 0, sizeof(EventUBs)); in clear()262 void setEventUB(enum WaitEventType W, int32_t Val) { EventUBs[W] = Val; } in setEventUB()268 return EventUBs[W]; in getEventUB()278 return (EventUBs[SMEM_ACCESS] > ScoreLBs[LGKM_CNT] && in hasPendingSMEM()279 EventUBs[SMEM_ACCESS] <= ScoreUBs[LGKM_CNT]); in hasPendingSMEM()325 int32_t EventUBs[NUM_WAIT_EVENTS] = {0}; member in __anon5fe744b40111::BlockWaitcntBrackets540 EventUBs[E] = CurrScore; in updateByEvent()773 if (EventUBs[SMEM_ACCESS] > ScoreLBs[LGKM_CNT] && in counterOutOfOrder()774 EventUBs[SMEM_ACCESS] <= ScoreUBs[LGKM_CNT]) { in counterOutOfOrder()779 if (EventUBs[LDS_ACCESS] > ScoreLBs[LGKM_CNT] && in counterOutOfOrder()[all …]