Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/
Dosl.c78 static struct workqueue_struct *kacpi_hotplug_wq; variable
1169 if (!queue_work(kacpi_hotplug_wq, &hpw->work)) { in acpi_hotplug_schedule()
1178 return queue_work(kacpi_hotplug_wq, work); in acpi_queue_hotplug_work()
1735 kacpi_hotplug_wq = alloc_ordered_workqueue("kacpi_hotplug", 0); in acpi_os_initialize1()
1738 BUG_ON(!kacpi_hotplug_wq); in acpi_os_initialize1()
1759 destroy_workqueue(kacpi_hotplug_wq); in acpi_os_terminate()