Lines Matching refs:target_freq
521 local target_freq res=0
524 target_freq=100
527 target_freq=1
530 target_freq=${CPU_SET_MAX_FREQ%?}
540 log INFO "Setting intel_pstate max perf to %s" "${target_freq}%"
541 printf "%s" "${target_freq}" > "${pstate_info}"
552 target_freq=$(compute_cpu_freq_set "${CPU_SET_MAX_FREQ}")
553 [ -z "${target_freq}" ] && { res=$?; continue; }
555 log INFO "Setting CPU%s max scaling freq to %s Hz" ${cpu_index} "${target_freq}"
558 printf "%s" ${target_freq} > $(print_cpu_freq_sysfs_path scaling_max ${cpu_index})