Searched refs:cpu_throttle_get_percentage (Results 1 – 5 of 5) sorted by relevance
46 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
66 int cpu_throttle_get_percentage(void);
1229 info->cpu_throttle_percentage = cpu_throttle_get_percentage(); in populate_ram_info()
548 uint64_t throttle_now = cpu_throttle_get_percentage(); in mig_throttle_guest_down()
1690 COCOA_DEBUG("cpu throttling at %d%c\n", cpu_throttle_get_percentage(), '%');