Home
last modified time | relevance | path

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

/qemu/system/
H A Ddirtylimit.c283 uint64_t sleep_pct = 0; in dirtylimit_set_throttle() local
295 sleep_pct = (current - quota) * 100 / current; in dirtylimit_set_throttle()
297 ring_full_time_us * sleep_pct / (double)(100 - sleep_pct); in dirtylimit_set_throttle()
300 sleep_pct = (quota - current) * 100 / quota; in dirtylimit_set_throttle()
302 ring_full_time_us * sleep_pct / (double)(100 - sleep_pct); in dirtylimit_set_throttle()
307 sleep_pct, in dirtylimit_set_throttle()