HomeSort by: relevance | last modified time | path
    Searched defs:backoff (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ypbind/
ypbind.c 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) function
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)
    [all...]
  /src/sys/arch/alpha/alpha/
pmap.c 1110 int backoff = SPINLOCK_BACKOFF_MIN; local
1114 SPINLOCK_BACKOFF(backoff);

Completed in 22 milliseconds