Searched refs:read_counters_wq (Results 1 – 1 of 1) sorted by relevance
57 static struct workqueue_struct *read_counters_wq; variable158 queue_work_on(cpu, read_counters_wq, &read_counters_work.work); in tegra194_get_speed_common()248 destroy_workqueue(read_counters_wq); in tegra194_cpufreq_free_resources()339 read_counters_wq = alloc_workqueue("read_counters_wq", __WQ_LEGACY, 1); in tegra194_cpufreq_probe()340 if (!read_counters_wq) { in tegra194_cpufreq_probe()