Lines Matching defs:glock_workqueue
63 static struct workqueue_struct *glock_workqueue;
245 if (!queue_delayed_work(glock_workqueue, &gl->gl_work, delay)) {
2011 flush_workqueue(glock_workqueue);
2013 flush_workqueue(glock_workqueue);
2287 glock_workqueue = alloc_workqueue("glock_workqueue", WQ_MEM_RECLAIM |
2289 if (!glock_workqueue) {
2297 destroy_workqueue(glock_workqueue);
2305 destroy_workqueue(glock_workqueue);
2320 destroy_workqueue(glock_workqueue);