Lines Matching refs:CyclesToWait
156 unsigned CyclesToWait = ~0U; in handleWaitCnt() local
157 if (CurrVmcnt > Vmcnt && CyclesToWaitVm < CyclesToWait) in handleWaitCnt()
158 CyclesToWait = CyclesToWaitVm; in handleWaitCnt()
159 if (CurrExpcnt > Expcnt && CyclesToWaitExp < CyclesToWait) in handleWaitCnt()
160 CyclesToWait = CyclesToWaitExp; in handleWaitCnt()
161 if (CurrLgkmcnt > Lgkmcnt && CyclesToWaitLgkm < CyclesToWait) in handleWaitCnt()
162 CyclesToWait = CyclesToWaitLgkm; in handleWaitCnt()
163 if (CurrVscnt > Vscnt && CyclesToWaitVs < CyclesToWait) in handleWaitCnt()
164 CyclesToWait = CyclesToWaitVs; in handleWaitCnt()
172 if (CyclesToWait == ~0U) in handleWaitCnt()
174 return CyclesToWait; in handleWaitCnt()