Searched refs:read_counters_wq (Results 1 – 1 of 1) sorted by relevance
72 static struct workqueue_struct *read_counters_wq; variable281 queue_work_on(cpu, read_counters_wq, &read_counters_work.work); in tegra194_calculate_speed()437 destroy_workqueue(read_counters_wq); in tegra194_cpufreq_free_resources()550 read_counters_wq = alloc_workqueue("read_counters_wq", __WQ_LEGACY, 1); in tegra194_cpufreq_probe()551 if (!read_counters_wq) { in tegra194_cpufreq_probe()