Searched refs:next_larger (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpufreq/
H A Dfreq_table.c60 unsigned int next_larger = ~0; local
79 else if ((next_larger > freq) && (freq > policy->max))
80 next_larger = freq;
84 policy->max = next_larger;

Completed in 76 milliseconds