Searched refs:CyclesToWaitExp (Results 1 – 1 of 1) sorted by relevance
118 unsigned CyclesToWaitExp = ~0U; in handleWaitCnt() local140 if ((unsigned)CyclesLeft < CyclesToWaitExp) in handleWaitCnt()141 CyclesToWaitExp = CyclesLeft; in handleWaitCnt()158 if (CurrExpcnt > Expcnt && CyclesToWaitExp < CyclesToWait) in handleWaitCnt()159 CyclesToWait = CyclesToWaitExp; in handleWaitCnt()