Lines Matching defs:ec_wq
180 static struct workqueue_struct *ec_wq;
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 = alloc_ordered_workqueue("kec", 0);
2216 if (!ec_wq || !ec_query_wq) {