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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cpufreq/
H A Dcpufreq.c267 * adjust_jiffies - adjust the system "loops_per_jiffy"
278 static void adjust_jiffies(unsigned long val, struct cpufreq_freqs *ci) function
299 static inline void adjust_jiffies(unsigned long val, struct cpufreq_freqs *ci) function
307 * cpufreq_notify_transition - call notifier chain and adjust_jiffies
310 * This function calls the transition notifiers and the "adjust_jiffies"
343 adjust_jiffies(CPUFREQ_PRECHANGE, freqs);
347 adjust_jiffies(CPUFREQ_POSTCHANGE, freqs);
1217 adjust_jiffies(CPUFREQ_SUSPENDCHANGE, &freqs);
1299 adjust_jiffies(CPUFREQ_RESUMECHANGE, &freqs);

Completed in 41 milliseconds