Lines Matching defs:ec_wq
182 static struct workqueue_struct *ec_wq;
473 queue_work(ec_wq, &ec->work);
539 flush_workqueue(ec_wq); /* flush ec->work */
560 /* Without ec_wq there is nothing to flush. */
561 if (!ec_wq)
2094 if (ec_wq) {
2095 destroy_workqueue(ec_wq);
2096 ec_wq = NULL;
2106 if (!ec_wq)
2107 ec_wq = alloc_ordered_workqueue("kec", 0);
2112 if (!ec_wq || !ec_query_wq) {