Home
last modified time | relevance | path

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

/dpdk/lib/power/
H A Dpower_cppc_cpufreq.c115 FILE *f_nom = NULL, *f_max = NULL, *f_cmax = NULL; in power_check_turbo() local
135 open_core_sysfs_file(&f_cmax, "r", POWER_SYSFILE_SYS_MAX, in power_check_turbo()
137 if (f_cmax == NULL) { in power_check_turbo()
157 ret = read_core_sysfs_u32(f_cmax, &cpuinfo_max_freq); in power_check_turbo()
188 if (f_cmax != NULL) in power_check_turbo()
189 fclose(f_cmax); in power_check_turbo()