Searched refs:l_p_j_ref (Results 1 – 2 of 2) sorted by relevance
793 static DEFINE_PER_CPU(unsigned long, l_p_j_ref);809 if (!per_cpu(l_p_j_ref, first)) { in cpufreq_callback()811 per_cpu(l_p_j_ref, cpu) = in cpufreq_callback()828 lpj = cpufreq_scale(per_cpu(l_p_j_ref, first), in cpufreq_callback()
311 static unsigned long l_p_j_ref; in adjust_jiffies() local318 l_p_j_ref = loops_per_jiffy; in adjust_jiffies()321 l_p_j_ref, l_p_j_ref_freq); in adjust_jiffies()324 loops_per_jiffy = cpufreq_scale(l_p_j_ref, l_p_j_ref_freq, in adjust_jiffies()