Searched refs:retry_count (Results 1 – 10 of 10) sorted by relevance
32 int retry_count = 0; in TEST() local42 retry_count++; in TEST()61 ASSERT_GT(retry_count, 0); in TEST()
129 size_t retry_count = 0; in SetCpuOnline() local138 LOG(ERROR) << "reading cpu retry count = " << retry_count << ", requested = " << online in SetCpuOnline()140 if (++retry_count == 10000) { in SetCpuOnline()
192 uint32_t retry_count; member223 << port.retry_count; in client_socket_thread()228 if (--port.retry_count > 0) { in client_socket_thread()323 port.retry_count = LOCAL_PORT_RETRY_COUNT; in ~EmulatorConnection()
164 int retry_count = kShowStatusRetryCount; in ShowStatus() local165 while (retry_count > 0) { in ShowStatus()173 if (--retry_count == 0) { in ShowStatus()176 LOG(WARNING) << "Will try " << retry_count << " more times!"; in ShowStatus()
213 int retry_count = 5; in check_fs() local214 while (retry_count-- > 0) { in check_fs()221 if (retry_count) sleep(1); in check_fs()857 int retry_count = 2; in mount_with_alternatives() local858 while (retry_count-- > 0) { in mount_with_alternatives()871 if (retry_count <= 0) break; // run check_fs only once in mount_with_alternatives()1890 int retry_count = 2; in fs_mgr_do_mount_helper() local1891 while (retry_count-- > 0) { in fs_mgr_do_mount_helper()1896 if (retry_count <= 0) break; // run check_fs only once in fs_mgr_do_mount_helper()
3115 if ((rw_cb.tcb.i93.retry_count < RW_MAX_RETRIES) && in rw_i93_process_timeout()3118 rw_cb.tcb.i93.retry_count++; in rw_i93_process_timeout()3119 LOG(ERROR) << StringPrintf("retry_count = %d", rw_cb.tcb.i93.retry_count); in rw_i93_process_timeout()3133 rw_cb.tcb.i93.retry_count = 0; in rw_i93_process_timeout()3165 if ((p_i93->retry_count < RW_MAX_RETRIES) && (p_i93->p_retry_cmd)) { in rw_i93_data_cback()3166 p_i93->retry_count++; in rw_i93_data_cback()3168 LOG(ERROR) << StringPrintf("retry_count = %d", p_i93->retry_count); in rw_i93_data_cback()3185 p_i93->retry_count = 0; in rw_i93_data_cback()3194 p_i93->retry_count = 0; in rw_i93_data_cback()3218 p_i93->retry_count = 0; in rw_i93_data_cback()[all …]
584 p_clcb->retry_count < GATT_REQ_RETRY_LIMIT) { in gatt_rsp_timeout()590 p_clcb->retry_count++; in gatt_rsp_timeout()
325 uint8_t retry_count; member
1108 p_clcb->retry_count = 0; in gatt_client_handle_server_rsp()
713 uint8_t retry_count; /* number of retry */ member