Searched refs:max_attempts (Results 1 – 8 of 8) sorted by relevance
22 set max_attempts 349 if { $attempts > $max_attempts } {50 puts stderr "**ERROR** Exceeded $max_attempts attempts to ssh."
204 static const unsigned int max_attempts = 128; in nf_nat_exp_find_port() local211 if (attempts_left > max_attempts) in nf_nat_exp_find_port()212 attempts_left = max_attempts; in nf_nat_exp_find_port()
37 const size_t max_attempts = 20; in wait_main() local94 if (attempts <= max_attempts) in wait_main()
284 max_attempts=1, argument371 for attempt_num in range(1, max_attempts + 1):425 if attempt_num < max_attempts:
672 const unsigned int max_attempts = 5; in pseries_suspend() local703 attempt, max_attempts, ret); in pseries_suspend()705 if (attempt == max_attempts) in pseries_suspend()
88 int ret, i, max_attempts = RPM_WAIT_FOR_IDLE_MAX_ATTEMPTS; in venus_sys_error_handler() local95 max_attempts = 0; in venus_sys_error_handler()102 for (i = 0; i < max_attempts; i++) { in venus_sys_error_handler()116 for (i = 0; i < max_attempts; i++) { in venus_sys_error_handler()
44 unsigned int timeout, unsigned int max_attempts) in ps2_do_sendbyte() argument68 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts); in ps2_do_sendbyte()
165 u16 max_attempts = 10000; in read_efuse_byte() local176 max_attempts = 10; in read_efuse_byte()190 while (!(((value32 >> 24) & 0xff) & 0x80) && (retry < max_attempts)) { in read_efuse_byte()