Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c81 int cpu_th; member
192 if (pc_edit_type.cpu_th == 0) { in edit_power_conf_file()
198 sprintf (file_edit_threshold, "%d", pc_edit_type.cpu_th); in edit_power_conf_file()
391 pc_value->cpu_th = atoi (tpstr); in read_power_conf_file()
489 cur_value->cpu_th = pm_ret; in get_cur_val()
498 cur_value->cpu_th = pm_ret; in get_cur_val()
991 pc_edit_type.cpu_th = arg_val * 15; in set_cpufreq_performance()
1159 HAL_DEBUG ((" The current performance: %d", pc_type.cpu_th)); in get_cpufreq_performance()
1174 if (pc_type.cpu_th < 15) in get_cpufreq_performance()
1177 param_int = (pc_type.cpu_th / 15); in get_cpufreq_performance()