Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c388 static struct workqueue_struct *tpacpi_wq; variable
8476 mod_delayed_work(tpacpi_wq, &fan_watchdog_task, in fan_watchdog_reset()
8914 flush_workqueue(tpacpi_wq); in fan_exit()
11649 if (tpacpi_wq) in thinkpad_acpi_module_exit()
11650 destroy_workqueue(tpacpi_wq); in thinkpad_acpi_module_exit()
11704 tpacpi_wq = create_singlethread_workqueue(TPACPI_WORKQUEUE_NAME); in thinkpad_acpi_module_init()
11705 if (!tpacpi_wq) { in thinkpad_acpi_module_init()