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;
388 mcast->backoff = 1;
426 mcast->backoff >= 2) {
436 mcast->backoff = 1;
445 /* Requeue this join task with a backoff delay */
552 /* Requeue this join task with a backoff delay */
622 if (mcast->backoff > 1 &&
640 if (mcast->backoff == 1 ||