[go: nahoru, domu]

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

/drivers/acpi/
H A Dosl.c83 static struct workqueue_struct *kacpid_wq; variable in typeref:struct:workqueue_struct
1166 queue = kacpid_wq;
1191 flush_workqueue(kacpid_wq);
1226 * We can't run hotplug code in kacpid_wq/kacpid_notify_wq etc., because
1842 kacpid_wq = alloc_workqueue("kacpid", 0, 1);
1845 BUG_ON(!kacpid_wq);
1867 destroy_workqueue(kacpid_wq);

Completed in 34 milliseconds