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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpufreq/
H A Dcpufreq_conservative.c55 static void do_dbs_timer(struct work_struct *work);
69 * do_dbs_timer invocation. We do not want do_dbs_timer to run
548 static void do_dbs_timer(struct work_struct *work) function
574 INIT_DELAYED_WORK_DEFERRABLE(&dbs_info->work, do_dbs_timer);
H A Dcpufreq_ondemand.c57 static void do_dbs_timer(struct work_struct *work);
89 * do_dbs_timer invocation. We do not want do_dbs_timer to run
602 static void do_dbs_timer(struct work_struct *work) function
644 INIT_DELAYED_WORK_DEFERRABLE(&dbs_info->work, do_dbs_timer);

Completed in 101 milliseconds