Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dincremental_server.cpp480 int blocksToSend = kPrefetchBlocksPerIteration; in RunPrefetching() local
481 while (!prefetches_.empty() && blocksToSend > 0) { in RunPrefetching()
487 blocksToSend > 0 && i < (BlockIdx)priority_blocks.size(); ++i) { in RunPrefetching()
490 --blocksToSend; in RunPrefetching()
496 for (auto& i = prefetch.overallIndex; blocksToSend > 0 && i < prefetch.overallEnd; ++i) { in RunPrefetching()
498 --blocksToSend; in RunPrefetching()