Searched refs:CyclesToWait (Results 1 – 1 of 1) sorted by relevance
155 unsigned CyclesToWait = ~0U; in handleWaitCnt() local156 if (CurrVmcnt > Vmcnt && CyclesToWaitVm < CyclesToWait) in handleWaitCnt()157 CyclesToWait = CyclesToWaitVm; in handleWaitCnt()158 if (CurrExpcnt > Expcnt && CyclesToWaitExp < CyclesToWait) in handleWaitCnt()159 CyclesToWait = CyclesToWaitExp; in handleWaitCnt()160 if (CurrLgkmcnt > Lgkmcnt && CyclesToWaitLgkm < CyclesToWait) in handleWaitCnt()161 CyclesToWait = CyclesToWaitLgkm; in handleWaitCnt()162 if (CurrVscnt > Vscnt && CyclesToWaitVs < CyclesToWait) in handleWaitCnt()163 CyclesToWait = CyclesToWaitVs; in handleWaitCnt()171 if (CyclesToWait == ~0U) in handleWaitCnt()[all …]