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

/linux-master/drivers/acpi/
H A Dec.c180 static struct workqueue_struct *ec_wq; variable in typeref:struct:workqueue_struct
472 queue_work(ec_wq, &ec->work);
543 flush_workqueue(ec_wq); /* flush ec->work */
564 /* Without ec_wq there is nothing to flush. */
565 if (!ec_wq)
2198 if (ec_wq) {
2199 destroy_workqueue(ec_wq);
2200 ec_wq = NULL;
2210 if (!ec_wq)
2211 ec_wq
[all...]

Completed in 92 milliseconds