Searched refs:itersSoFarAfterThreshold (Results 1 – 1 of 1) sorted by relevance
608 uint32_t itersSoFarAfterThreshold = m_backoffIters - kBackoffItersThreshold; in backoff() local609 if (itersSoFarAfterThreshold > kBackoffFactorDoublingIncrement) { in backoff()