Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dthermal.c94 static struct workqueue_struct *acpi_thermal_pm_queue; variable
1125 flush_workqueue(acpi_thermal_pm_queue); in acpi_thermal_remove()
1137 flush_workqueue(acpi_thermal_pm_queue); in acpi_thermal_suspend()
1171 queue_work(acpi_thermal_pm_queue, &tz->thermal_check_work); in acpi_thermal_resume()
1263 acpi_thermal_pm_queue = create_workqueue("acpi_thermal_pm"); in acpi_thermal_init()
1264 if (!acpi_thermal_pm_queue) in acpi_thermal_init()
1269 destroy_workqueue(acpi_thermal_pm_queue); in acpi_thermal_init()
1279 destroy_workqueue(acpi_thermal_pm_queue); in acpi_thermal_exit()