Lines Matching defs:min_heartbeat
159 unsigned long min_heartbeat = 1;
182 min_heartbeat = ticks_to_hz_roundup(value - delta);
194 * If this is not possible because of the min_heartbeat value, reset
195 * it at the min_heartbeat period.
197 if ((max_heartbeat / 4) >= min_heartbeat)
199 else if ((max_heartbeat / 2) >= min_heartbeat)
202 wdt->heartbeat = min_heartbeat;
204 if (max_heartbeat < min_heartbeat + 4)
224 * Use min_heartbeat the first time to avoid spurious watchdog reset:
230 mod_timer(&wdt->timer, jiffies + min_heartbeat);