calculate_cpu_freq
return sprintf(buf, "%d\n", calculate_cpu_freq(data));
freq = calculate_cpu_freq(data);