Home
last modified time | relevance | path

Searched refs:itersSoFarAfterThreshold (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/GoldfishAddressSpace/
DAddressSpaceStream.cpp608 uint32_t itersSoFarAfterThreshold = m_backoffIters - kBackoffItersThreshold; in backoff() local
609 if (itersSoFarAfterThreshold > kBackoffFactorDoublingIncrement) { in backoff()