Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dincremental_server.cpp479 int blocksToSend = kPrefetchBlocksPerIteration; in RunPrefetching() local
480 while (!prefetches_.empty() && blocksToSend > 0) { in RunPrefetching()
486 blocksToSend > 0 && i < (BlockIdx)priority_blocks.size(); ++i) { in RunPrefetching()
489 --blocksToSend; in RunPrefetching()
495 for (auto& i = prefetch.overallIndex; blocksToSend > 0 && i < prefetch.overallEnd; ++i) { in RunPrefetching()
497 --blocksToSend; in RunPrefetching()