Lines Matching refs:backoff
89 mcast->backoff *= 2;
90 if (mcast->backoff > IPOIB_MAX_BACKOFF_SECONDS)
91 mcast->backoff = IPOIB_MAX_BACKOFF_SECONDS;
92 mcast->delay_until = jiffies + (mcast->backoff * HZ);
149 mcast->backoff = 1;
379 mcast->backoff = 1;
417 mcast->backoff >= 2) {
427 mcast->backoff = 1;
436 /* Requeue this join task with a backoff delay */
541 /* Requeue this join task with a backoff delay */
611 if (mcast->backoff > 1 &&
629 if (mcast->backoff == 1 ||