Searched refs:cpu_throttle_get_percentage (Results 1 – 5 of 5) sorted by relevance
54 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
1208 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()
66 int cpu_throttle_get_percentage(void);
1695 COCOA_DEBUG("cpu throttling at %d%c\n", cpu_throttle_get_percentage(), '%');