Searched refs:htti (Results 1 – 1 of 1) sorted by relevance
1806 HTTno htti = HASH_TT(entry); in VG_() local1807 vg_assert(htti >= 0 && htti < N_HTTES_PER_SECTOR); in VG_()1809 if (sectors[y].htt[htti] == HTT_EMPTY in VG_()1810 || sectors[y].htt[htti] == HTT_DELETED) in VG_()1812 htti++; in VG_()1813 if (htti >= N_HTTES_PER_SECTOR) in VG_()1814 htti = 0; in VG_()1816 sectors[y].htt[htti] = tteix; in VG_()