Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dosl.c85 static struct workqueue_struct *kacpi_hotplug_wq; variable
1237 if (!queue_work(kacpi_hotplug_wq, &hpw->work)) { in acpi_hotplug_schedule()
1246 return queue_work(kacpi_hotplug_wq, work); in acpi_queue_hotplug_work()
1856 kacpi_hotplug_wq = alloc_ordered_workqueue("kacpi_hotplug", 0); in acpi_os_initialize1()
1859 BUG_ON(!kacpi_hotplug_wq); in acpi_os_initialize1()
1881 destroy_workqueue(kacpi_hotplug_wq); in acpi_os_terminate()