Home
last modified time | relevance | path

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

/qemu/util/
H A Dthrottle.c178 int64_t *next_timestamp) in throttle_compute_timer() argument
190 *next_timestamp = now + wait; in throttle_compute_timer()
195 *next_timestamp = now; in throttle_compute_timer()
437 int64_t next_timestamp; in throttle_schedule_timer() local
448 &next_timestamp); in throttle_schedule_timer()
461 timer_mod(timer, next_timestamp); in throttle_schedule_timer()