Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dcpu-throttle.c42 #define CPU_THROTTLE_PCT_MAX 99 macro
109 new_throttle_pct = MIN(new_throttle_pct, CPU_THROTTLE_PCT_MAX); in cpu_throttle_set()