Lines Matching defs:compact_wq
147 * @compact_wq: workqueue for page layout background optimization
167 struct workqueue_struct *compact_wq;
1018 pool->compact_wq = create_singlethread_workqueue(pool->name);
1019 if (!pool->compact_wq)
1033 destroy_workqueue(pool->compact_wq);
1055 * We need to destroy pool->compact_wq before pool->release_wq,
1056 * as any pending work on pool->compact_wq will call
1063 destroy_workqueue(pool->compact_wq);
1288 queue_work_on(zhdr->cpu, pool->compact_wq, &zhdr->work);
1674 queue_work_on(new_zhdr->cpu, pool->compact_wq, &new_zhdr->work);