Searched refs:retry_count (Results 1 – 3 of 3) sorted by relevance
25 int const retry_count = allow_retry ? 10 : 1; in locking_nolock() local32 for (int i = 0; i != retry_count; ++i) in locking_nolock()62 if (i != retry_count - 1) in locking_nolock()
142 int status, retry_count = 0, delayby = 0, secinfo_status; in compound_encode_send_decode() local151 retry_count++; in compound_encode_send_decode()271 if (retry_count < NUMBER_2_RETRY) { in compound_encode_send_decode()278 delayby = 500*retry_count; in compound_encode_send_decode()
50 retry_count = 6 // How patient are we with the BIOS? define839 mov cx, retry_count931 mov byte ptr ds:[RetryCount], retry_count952 cmp al, retry_count-2