Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/acpi/
Dosl.c68 static struct workqueue_struct *kacpi_hotplug_wq; variable
1187 if (!queue_work(kacpi_hotplug_wq, &hpw->work)) { in acpi_hotplug_schedule()
1196 return queue_work(kacpi_hotplug_wq, work); in acpi_queue_hotplug_work()
1674 kacpi_hotplug_wq = alloc_ordered_workqueue("kacpi_hotplug", 0); in acpi_os_initialize1()
1677 BUG_ON(!kacpi_hotplug_wq); in acpi_os_initialize1()
1702 destroy_workqueue(kacpi_hotplug_wq); in acpi_os_terminate()