Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dcpu-throttle.c46 if (!cpu_throttle_get_percentage()) { in cpu_throttle_thread()
50 pct = (double)cpu_throttle_get_percentage() / 100; in cpu_throttle_thread()
75 if (!cpu_throttle_get_percentage()) { in cpu_throttle_timer_tick()
85 pct = (double)cpu_throttle_get_percentage() / 100; in cpu_throttle_timer_tick()
116 return (cpu_throttle_get_percentage() != 0); in cpu_throttle_active()
119 int cpu_throttle_get_percentage(void) in cpu_throttle_get_percentage() function
/openbmc/qemu/include/sysemu/
H A Dcpu-throttle.h66 int cpu_throttle_get_percentage(void);
/openbmc/qemu/migration/
H A Dmigration.c1224 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/ui/
H A Dcocoa.m1690 COCOA_DEBUG("cpu throttling at %d%c\n", cpu_throttle_get_percentage(), '%');