Searched refs:next_reset (Results 1 – 4 of 4) sorted by relevance
121 static ulong next_reset; in watchdog_reset() local130 if (now > next_reset) { in watchdog_reset()132 next_reset = now + 1000; in watchdog_reset()
23 static ulong next_reset; in watchdog_reset() local32 if (now > next_reset) { in watchdog_reset()34 next_reset = now + 100000; in watchdog_reset()
400 static ulong next_reset = 0; in watchdog_reset() local409 if (now > next_reset) { in watchdog_reset()411 next_reset = now + 1000; in watchdog_reset()
331 static ulong next_reset; in watchdog_reset() local340 if (now > next_reset) { in watchdog_reset()342 next_reset = now + 1000; in watchdog_reset()