Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dtco-test.c39 #define TCO_SECS_TO_TICKS(secs) (((secs) * 10) / 6) macro
165 const uint16_t ticks = TCO_SECS_TO_TICKS(4); in test_tco_timeout()
253 const uint16_t ticks = TCO_SECS_TO_TICKS(32); in test_tco_second_timeout_pause()
263 set_tco_timeout(&td, TCO_SECS_TO_TICKS(16)); in test_tco_second_timeout_pause()
278 const uint16_t ticks = TCO_SECS_TO_TICKS(16); in test_tco_second_timeout_reset()
288 set_tco_timeout(&td, TCO_SECS_TO_TICKS(16)); in test_tco_second_timeout_reset()
303 const uint16_t ticks = TCO_SECS_TO_TICKS(128); in test_tco_second_timeout_shutdown()
328 const uint16_t ticks = TCO_SECS_TO_TICKS(256); in test_tco_second_timeout_none()
353 uint16_t ticks = TCO_SECS_TO_TICKS(8); in test_tco_ticks_counter()