Searched refs:leastCount (Results 1 – 3 of 3) sorted by relevance
693 int leastCount = I_LIMIT; in add() local696 if (refCounts[i] < leastCount) { in add()698 leastCount = refCounts[i]; in add()
686 int leastCount = I_LIMIT; in add() local689 if (refCounts[i] < leastCount) { in add()691 leastCount = refCounts[i]; in add()
718 int32_t leastCount = I_LIMIT; in add() local721 if (refCounts[i] < leastCount) { in add()723 leastCount = refCounts[i]; in add()