Searched refs:new_throttle_pct (Results 1 – 3 of 3) sorted by relevance
98 void cpu_throttle_set(int new_throttle_pct) in cpu_throttle_set() argument106 trace_cpu_throttle_set(new_throttle_pct); in cpu_throttle_set()109 new_throttle_pct = MIN(new_throttle_pct, CPU_THROTTLE_PCT_MAX); in cpu_throttle_set()110 new_throttle_pct = MAX(new_throttle_pct, CPU_THROTTLE_PCT_MIN); in cpu_throttle_set()112 qatomic_set(&throttle_percentage, new_throttle_pct); in cpu_throttle_set()
384 cpu_throttle_set(int new_throttle_pct) "set guest CPU throttled by %d%%"
43 void cpu_throttle_set(int new_throttle_pct);