Searched refs:max_retries (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide.c210 int retry_count, max_retries = 20; /* Max retry on a deadlock */ local
292 * If we have retried less than max_retries,
295 if (retry_count < max_retries) {
H A Dtxn_guide_inmemory.c211 int retry_count, max_retries = 20; /* Max retry on a deadlock */ local
283 * If we have retried less than max_retries,
286 if (retry_count < max_retries) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp185 int max_retries = 20; // Max retry on a deadlock local
266 // If we have retried less than max_retries,
268 if (retry_count < max_retries) {
H A DTxnGuideInMemory.cpp167 int max_retries = 20; // Max retry on a deadlock local
248 // If we have retried less than max_retries,
250 if (retry_count < max_retries) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dinet_connection_sock.c410 int max_retries = icsk->icsk_syn_retries ? : sysctl_tcp_synack_retries; local
411 int thresh = max_retries;
448 max_retries = queue->rskq_defer_accept;
458 (inet_rsk(req)->acked && req->retrans < max_retries))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dipmi.h341 int max_retries,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Drayctl.h543 UCHAR max_retries; member in struct:tib_structure

Completed in 108 milliseconds