Searched refs:next_reset (Results 1 – 7 of 7) 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()
173 long started = 0, completed = 0, next_reset = reset_n; in run_test() local183 next_reset = INT_MAX; in run_test()191 const bool reset = completed > next_reset; in run_test()252 while (completed > next_reset) in run_test()253 next_reset += completed; in run_test()
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()