Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dthrottle.c154 int64_t wait, max_wait = 0; in throttle_compute_wait_for() local
160 if (wait > max_wait) { in throttle_compute_wait_for()
161 max_wait = wait; in throttle_compute_wait_for()
165 return max_wait; in throttle_compute_wait_for()