Searched refs:hysteresis_start (Results 1 – 2 of 2) sorted by relevance
551 rl->hysteresis, rl->hysteresis_start == 0 ? -1 : in log_ratelimit()552 (long)(now - rl->hysteresis_start), in log_ratelimit()554 if (rl->hysteresis_start == 0) { in log_ratelimit()562 rl->hysteresis_start = now; in log_ratelimit()563 } else if (rl->hysteresis_start + rl->hysteresis < now) { in log_ratelimit()574 rl->hysteresis_start = 0; in log_ratelimit()585 rl->hysteresis_start = 0; in log_ratelimit()590 } else if (rl->hysteresis_start != 0) { in log_ratelimit()593 rl->hysteresis_start = 0; in log_ratelimit()
96 time_t hysteresis_start; member