Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dz3fold.c135 struct workqueue_struct *compact_wq; member
484 pool->compact_wq = create_singlethread_workqueue(pool->name); in z3fold_create_pool()
485 if (!pool->compact_wq) in z3fold_create_pool()
495 destroy_workqueue(pool->compact_wq); in z3fold_create_pool()
513 destroy_workqueue(pool->compact_wq); in z3fold_destroy_pool()
779 queue_work_on(zhdr->cpu, pool->compact_wq, &zhdr->work); in z3fold_free()