Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/
Dthermal.c76 static struct workqueue_struct *acpi_thermal_pm_queue; variable
1106 flush_workqueue(acpi_thermal_pm_queue); in acpi_thermal_remove()
1118 flush_workqueue(acpi_thermal_pm_queue); in acpi_thermal_suspend()
1152 queue_work(acpi_thermal_pm_queue, &tz->thermal_check_work); in acpi_thermal_resume()
1244 acpi_thermal_pm_queue = alloc_workqueue("acpi_thermal_pm", in acpi_thermal_init()
1246 if (!acpi_thermal_pm_queue) in acpi_thermal_init()
1251 destroy_workqueue(acpi_thermal_pm_queue); in acpi_thermal_init()
1261 destroy_workqueue(acpi_thermal_pm_queue); in acpi_thermal_exit()