Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-throttle.c176 g_assert(!ts.previous_leak); in test_init()
208 g_assert(!ts.previous_leak); in test_init_readonly()
240 g_assert(!ts.previous_leak); in test_init_writeonly()
299 g_assert(!ts.previous_leak); in test_config_functions()
303 g_assert(ts.previous_leak); in test_config_functions()
/qemu/include/qemu/
H A Dthrottle.h99 int64_t previous_leak; /* timestamp of the last leak done */ member
/qemu/util/
H A Dthrottle.c62 int64_t delta_ns = now - ts->previous_leak; in throttle_do_leak()
65 ts->previous_leak = now; in throttle_do_leak()
410 ts->previous_leak = qemu_clock_get_ns(clock_type); in throttle_config()