Searched refs:maxtries (Results 1 – 4 of 4) sorted by relevance
53 proc wait_for_condition {maxtries delay e _else_ elsescript} {54 while {[incr maxtries -1] >= 0} {63 if {$maxtries == -1} {
237 int maxtries = 100; in dbRandomKey() local250 if (allvolatile && server.masterhost && --maxtries == 0) { in dbRandomKey()
1610 int dfd = -1, maxtries = 5; in syncWithMaster() local1841 while(maxtries--) { in syncWithMaster()
129 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, maxtries, CTLFLAG_VNET | CTLFLAG_RW,