Searched refs:kondemand_wq (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 Dcpufreq_ondemand.c104 static struct workqueue_struct *kondemand_wq; variable in typeref:struct:workqueue_struct
631 queue_delayed_work_on(cpu, kondemand_wq, &dbs_info->work, delay);
645 queue_delayed_work_on(dbs_info->cpu, kondemand_wq, &dbs_info->work,
801 kondemand_wq = create_workqueue("kondemand");
802 if (!kondemand_wq) {
808 destroy_workqueue(kondemand_wq);
816 destroy_workqueue(kondemand_wq);

Completed in 62 milliseconds