Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dosl.c80 static struct workqueue_struct *kacpi_hotplug_wq; variable
1226 if (!queue_work(kacpi_hotplug_wq, &hpw->work)) { in acpi_hotplug_schedule()
1235 return queue_work(kacpi_hotplug_wq, work); in acpi_queue_hotplug_work()
1855 kacpi_hotplug_wq = alloc_ordered_workqueue("kacpi_hotplug", 0); in acpi_os_initialize1()
1858 BUG_ON(!kacpi_hotplug_wq); in acpi_os_initialize1()
1880 destroy_workqueue(kacpi_hotplug_wq); in acpi_os_terminate()