Searched refs:retry_count (Results 1 – 10 of 10) sorted by relevance
181 uint32_t retry_count; member212 << port.retry_count; in client_socket_thread()217 if (--port.retry_count > 0) { in client_socket_thread()247 port.retry_count = LOCAL_PORT_RETRY_COUNT; in ~EmulatorConnection()
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()
152 int retry_count = kShowStatusRetryCount; in ShowStatus() local153 while (retry_count > 0) { in ShowStatus()157 if (--retry_count == 0) { in ShowStatus()166 << 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()861 int retry_count = 2; in mount_with_alternatives() local862 while (retry_count-- > 0) { in mount_with_alternatives()875 if (retry_count <= 0) break; // run check_fs only once in mount_with_alternatives()1894 int retry_count = 2; in fs_mgr_do_mount_helper() local1895 while (retry_count-- > 0) { in fs_mgr_do_mount_helper()1900 if (retry_count <= 0) break; // run check_fs only once in fs_mgr_do_mount_helper()
3094 if ((rw_cb.tcb.i93.retry_count < RW_MAX_RETRIES) && in rw_i93_process_timeout()3097 rw_cb.tcb.i93.retry_count++; in rw_i93_process_timeout()3098 LOG(ERROR) << StringPrintf("retry_count = %d", rw_cb.tcb.i93.retry_count); in rw_i93_process_timeout()3112 rw_cb.tcb.i93.retry_count = 0; in rw_i93_process_timeout()3144 if ((p_i93->retry_count < RW_MAX_RETRIES) && (p_i93->p_retry_cmd)) { in rw_i93_data_cback()3145 p_i93->retry_count++; in rw_i93_data_cback()3147 LOG(ERROR) << StringPrintf("retry_count = %d", p_i93->retry_count); in rw_i93_data_cback()3164 p_i93->retry_count = 0; in rw_i93_data_cback()3173 p_i93->retry_count = 0; in rw_i93_data_cback()3197 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()
326 uint8_t retry_count; member
1096 p_clcb->retry_count = 0; in gatt_client_handle_server_rsp()
711 uint8_t retry_count; /* number of retry */ member