Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dcpu-throttle.c34 static unsigned int throttle_percentage; variable
102 qatomic_set(&throttle_percentage, new_throttle_pct); in cpu_throttle_set()
111 qatomic_set(&throttle_percentage, 0); in cpu_throttle_stop()
121 return qatomic_read(&throttle_percentage); in cpu_throttle_get_percentage()