Home
last modified time | relevance | path

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

/qemu/system/
H A Ddirtylimit.c284 uint64_t sleep_pct = 0; in dirtylimit_set_throttle() local
296 sleep_pct = (current - quota) * 100 / current; in dirtylimit_set_throttle()
298 ring_full_time_us * sleep_pct / (double)(100 - sleep_pct); in dirtylimit_set_throttle()
301 sleep_pct = (quota - current) * 100 / quota; in dirtylimit_set_throttle()
303 ring_full_time_us * sleep_pct / (double)(100 - sleep_pct); in dirtylimit_set_throttle()
308 sleep_pct, in dirtylimit_set_throttle()