Searched refs:overallEnd (Results 1 – 1 of 1) sorted by relevance
213 BlockIdx overallEnd = 0; member219 overallEnd(std::min<BlockIdx>(start + count, f.sentBlocks.size())) {} in PrefetchState()225 const bool overallSent = (overallIndex >= overallEnd); in done()495 for (auto& i = prefetch.overallIndex; blocksToSend > 0 && i < prefetch.overallEnd; ++i) { in RunPrefetching()