Searched refs:compact_wq (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dz3fold.c136 * @compact_wq: workqueue for page layout background optimization
151 struct workqueue_struct *compact_wq; member in struct:z3fold_pool
937 pool->compact_wq = create_singlethread_workqueue(pool->name);
938 if (!pool->compact_wq)
947 destroy_workqueue(pool->compact_wq);
969 * We need to destroy pool->compact_wq before pool->release_wq,
970 * as any pending work on pool->compact_wq will call
977 destroy_workqueue(pool->compact_wq);
1161 queue_work_on(zhdr->cpu, pool->compact_wq, &zhdr->work);
1337 queue_work_on(new_zhdr->cpu, pool->compact_wq,
[all...]

Completed in 117 milliseconds