Searched refs:kacpid_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.c81 static struct workqueue_struct *kacpid_wq; variable in typeref:struct:workqueue_struct
195 kacpid_wq = create_workqueue("kacpid");
198 BUG_ON(!kacpid_wq);
211 destroy_workqueue(kacpid_wq);
727 * We can't run hotplug code in keventd_wq/kacpid_wq/kacpid_notify_wq
733 (type == OSL_NOTIFY_HANDLER ? kacpi_notify_wq : kacpid_wq);
776 flush_workqueue(kacpid_wq);

Completed in 106 milliseconds