Home
last modified time | relevance | path

Searched refs:maxtries (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/tests/support/
H A Dtest.tcl53 proc wait_for_condition {maxtries delay e _else_ elsescript} {
54 while {[incr maxtries -1] >= 0} {
63 if {$maxtries == -1} {
/f-stack/app/redis-5.0.5/src/
H A Ddb.c237 int maxtries = 100; in dbRandomKey() local
250 if (allvolatile && server.masterhost && --maxtries == 0) { in dbRandomKey()
H A Dreplication.c1610 int dfd = -1, maxtries = 5; in syncWithMaster() local
1841 while(maxtries--) { in syncWithMaster()
/f-stack/freebsd/netinet/
H A Dif_ether.c129 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, maxtries, CTLFLAG_VNET | CTLFLAG_RW,