Searched refs:timeout_count (Results 1 – 3 of 3) sorted by relevance
114 unsigned int timeout_count = TIMEOUT_COUNT; in arm_dcc_putc() local116 while (--timeout_count) { in arm_dcc_putc()121 if (timeout_count == 0) in arm_dcc_putc()
378 u32 timeout_count; in aux_request_send() local383 timeout_count = 0; in aux_request_send()388 timeout_count++; in aux_request_send()389 if (timeout_count >= AUX_MAX_TIMEOUT_COUNT) in aux_request_send()436 timeout_count = 0; in aux_request_send()441 timeout_count++; in aux_request_send()442 if (timeout_count >= AUX_MAX_TIMEOUT_COUNT) in aux_request_send()469 u32 timeout_count = 0; in aux_request() local472 (timeout_count < AUX_MAX_TIMEOUT_COUNT)) { in aux_request()477 timeout_count++; in aux_request()[all …]
81 static int timeout_count; variable309 timeout_count = 0; /* we've done well, reset the timeout */ in update_block_number()716 if (++timeout_count > timeout_count_max) { in tftp_timeout_handler()865 timeout_count = 0; in tftp_start()910 timeout_count = 0; in tftp_start_server()
Completed in 8 milliseconds