Home | History | Annotate | Download | only in ypbind

Lines Matching defs:backoff

93 	DOM_DEAD,		/* long-term lost, in exponential backoff */
105 unsigned dom_backofftime; /* current backoff period, when DEAD */
163 * Exponential backoff for pinging servers for a dead domain.
168 * With a 60 minute max backoff the response time for when things come
174 backoff(unsigned *psecs)
629 /* Clear the dead/backoff state. */
1505 * for 60 seconds, switch to DOM_DEAD and begin exponential backoff.
1506 * The exponential backoff starts at 10 seconds and tops out at one
1550 "going to exponential backoff",
1559 backoff(&dom->dom_backofftime);