Lines Matching refs:throttle_us_per_full
288 cpu->throttle_us_per_full = 0; in dirtylimit_set_throttle()
299 cpu->throttle_us_per_full += throttle_us; in dirtylimit_set_throttle()
304 cpu->throttle_us_per_full -= throttle_us; in dirtylimit_set_throttle()
312 cpu->throttle_us_per_full += ring_full_time_us / 10; in dirtylimit_set_throttle()
314 cpu->throttle_us_per_full -= ring_full_time_us / 10; in dirtylimit_set_throttle()
323 cpu->throttle_us_per_full = MIN(cpu->throttle_us_per_full, in dirtylimit_set_throttle()
326 cpu->throttle_us_per_full = MAX(cpu->throttle_us_per_full, 0); in dirtylimit_set_throttle()
411 if (cpu->throttle_us_per_full) { in dirtylimit_vcpu_execute()
418 cpu->throttle_us_per_full); in dirtylimit_vcpu_execute()
420 g_usleep(cpu->throttle_us_per_full); in dirtylimit_vcpu_execute()
578 if (cpu->throttle_us_per_full > max) { in dirtylimit_throttle_time_per_round()
579 max = cpu->throttle_us_per_full; in dirtylimit_throttle_time_per_round()