Searched refs:retries (Results 1 – 4 of 4) sorted by relevance
25 unsigned retries = 0; variable54 retries++; in getppid_tm()98 printf("(There were %d transaction retries.)\n", retries); in tm_syscall()
300 int retries = 2; in test_fp_vec() local328 retries--; in test_fp_vec()329 } while (ret_value != NULL && retries); in test_fp_vec()331 if (!retries) { in test_fp_vec()
21 static int wait_for_ack(int fd, int retries) in wait_for_ack() argument27 for (i = 0; i < retries; i++) { in wait_for_ack()
883 int retries = 0x10; /* nice round number */ in tcp_client() local900 while (retries--) { in tcp_client()