Searched refs:l_p_j_ref (Results 1 – 2 of 2) sorted by relevance
805 static DEFINE_PER_CPU(unsigned long, l_p_j_ref);821 if (!per_cpu(l_p_j_ref, first)) { in cpufreq_callback()823 per_cpu(l_p_j_ref, cpu) = in cpufreq_callback()840 lpj = cpufreq_scale(per_cpu(l_p_j_ref, first), in cpufreq_callback()
314 static unsigned long l_p_j_ref; in adjust_jiffies() local321 l_p_j_ref = loops_per_jiffy; in adjust_jiffies()324 l_p_j_ref, l_p_j_ref_freq); in adjust_jiffies()327 loops_per_jiffy = cpufreq_scale(l_p_j_ref, l_p_j_ref_freq, in adjust_jiffies()