Searched refs:max_retry_count (Results 1 – 3 of 3) sorted by relevance
48 unsigned short max_retry_count; member
239 const uint32_t max_retry_count = 1; in DoConnectRemote() local240 for (uint32_t retry_count = 0; retry_count < max_retry_count; in DoConnectRemote()
951 const uint32_t max_retry_count = 50; in ConnectToDebugserver() local964 if (retry_count >= max_retry_count) in ConnectToDebugserver()