Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dcpu-throttle.c54 if (!cpu_throttle_get_percentage()) { in cpu_throttle_thread()
58 pct = (double)cpu_throttle_get_percentage() / 100; in cpu_throttle_thread()
83 if (!cpu_throttle_get_percentage()) { in cpu_throttle_timer_tick()
93 pct = (double)cpu_throttle_get_percentage() / 100; in cpu_throttle_timer_tick()
127 return (cpu_throttle_get_percentage() != 0); in cpu_throttle_active()
130 int cpu_throttle_get_percentage(void) in cpu_throttle_get_percentage() function
H A Dmigration.c1208 info->cpu_throttle_percentage = cpu_throttle_get_percentage(); in populate_ram_info()
H A Dram.c548 uint64_t throttle_now = cpu_throttle_get_percentage(); in mig_throttle_guest_down()
/openbmc/qemu/include/sysemu/
H A Dcpu-throttle.h66 int cpu_throttle_get_percentage(void);
/openbmc/qemu/ui/
H A Dcocoa.m1695 COCOA_DEBUG("cpu throttling at %d%c\n", cpu_throttle_get_percentage(), '%');