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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dosl.c83 static struct workqueue_struct *kacpi_hotplug_wq; variable in typeref:struct:workqueue_struct
197 kacpi_hotplug_wq = create_workqueue("kacpi_hotplug");
200 BUG_ON(!kacpi_hotplug_wq);
213 destroy_workqueue(kacpi_hotplug_wq);
732 queue = hp ? kacpi_hotplug_wq :
736 if (queue == kacpi_hotplug_wq)

Completed in 48 milliseconds