Searched refs:kMaxRetries (Results 1 – 4 of 4) sorted by relevance
27 constexpr int kMaxRetries = 10; variable61 if (retries >= kMaxRetries) { in CallWithRetries()67 "All ", kMaxRetries, in CallWithRetries()79 << (retries + 1) << " out of " << kMaxRetries in CallWithRetries()
110 size_t kMaxRetries = 7; in InsertAllocatorDispatch() local111 for (size_t i = 0; i < kMaxRetries; ++i) { in InsertAllocatorDispatch()
139 const int kMaxRetries = 10; in MmapAlignedOrDie() local140 for (; retries < kMaxRetries && in MmapAlignedOrDie()165 if (retries == kMaxRetries && mapped_addr == 0) in MmapAlignedOrDie()
23 const int kMaxRetries = 5; in file_read() local41 } while (!feof(file) && len < size && ++retry_count < kMaxRetries); in file_read()