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

/linux-master/drivers/acpi/
H A Dthermal.c86 static struct workqueue_struct *acpi_thermal_pm_queue; variable in typeref:struct:workqueue_struct
319 queue_work(acpi_thermal_pm_queue, &tz->thermal_check_work);
929 flush_workqueue(acpi_thermal_pm_queue);
949 flush_workqueue(acpi_thermal_pm_queue);
958 flush_workqueue(acpi_thermal_pm_queue);
1102 acpi_thermal_pm_queue = alloc_workqueue("acpi_thermal_pm",
1104 if (!acpi_thermal_pm_queue)
1109 destroy_workqueue(acpi_thermal_pm_queue);
1119 destroy_workqueue(acpi_thermal_pm_queue);

Completed in 202 milliseconds