Home
last modified time | relevance | path

Searched refs:remaining_steps (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_watchdog_timer-test.c262 int64_t remaining_steps, steps; in test_pause() local
267 remaining_steps = watchdog_interrupt_steps(qts, wd); in test_pause()
271 steps = remaining_steps / 2; in test_pause()
272 remaining_steps -= steps; in test_pause()
289 qtest_clock_step(qts, remaining_steps); in test_pause()