Lines Matching refs:compact_wq
136 * @compact_wq: workqueue for page layout background optimization
151 struct workqueue_struct *compact_wq;
936 pool->compact_wq = create_singlethread_workqueue(pool->name);
937 if (!pool->compact_wq)
946 destroy_workqueue(pool->compact_wq);
968 * We need to destroy pool->compact_wq before pool->release_wq,
969 * as any pending work on pool->compact_wq will call
976 destroy_workqueue(pool->compact_wq);
1160 queue_work_on(zhdr->cpu, pool->compact_wq, &zhdr->work);
1336 queue_work_on(new_zhdr->cpu, pool->compact_wq, &new_zhdr->work);