Home
last modified time | relevance | path

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

/drivers/acpi/
Dosl.c66 static struct workqueue_struct *kacpi_hotplug_wq; variable
1181 if (!queue_work(kacpi_hotplug_wq, &hpw->work)) { in acpi_hotplug_schedule()
1190 return queue_work(kacpi_hotplug_wq, work); in acpi_queue_hotplug_work()
1747 kacpi_hotplug_wq = alloc_ordered_workqueue("kacpi_hotplug", 0); in acpi_os_initialize1()
1750 BUG_ON(!kacpi_hotplug_wq); in acpi_os_initialize1()
1771 destroy_workqueue(kacpi_hotplug_wq); in acpi_os_terminate()