Searched refs:next_reset (Results 1 – 6 of 6) sorted by relevance
52 static ulong next_reset; in watchdog_reset() local60 if (now > next_reset) { in watchdog_reset()62 next_reset = now + 1000; in watchdog_reset()
136 static ulong next_reset; in watchdog_reset() local145 if (now > next_reset) { in watchdog_reset()147 next_reset = now + 1000; in watchdog_reset()
78 static ulong next_reset; in watchdog_reset() local87 if (now > next_reset) { in watchdog_reset()88 next_reset = now + 1000; /* reset every 1000ms */ 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()
364 static ulong next_reset; in watchdog_reset() local373 if (now > next_reset) { in watchdog_reset()375 next_reset = now + 1000; in watchdog_reset()
127 static ulong next_reset; in watchdog_reset() local136 if (now > next_reset) { in watchdog_reset()138 next_reset = now + 100000; in watchdog_reset()