Searched refs:CyclesToWait (Results 1 – 1 of 1) sorted by relevance
156 unsigned CyclesToWait = ~0U; in handleWaitCnt() local157 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()[all …]