Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dcpu-throttle.c37 static unsigned int throttle_percentage; variable
112 qatomic_set(&throttle_percentage, new_throttle_pct); in cpu_throttle_set()
121 qatomic_set(&throttle_percentage, 0); in cpu_throttle_stop()
132 return qatomic_read(&throttle_percentage); in cpu_throttle_get_percentage()