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