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

/linux-master/fs/xfs/
H A Dxfs_log_cil.c1412 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work);
1477 flush_workqueue(cil->xc_push_wq);
1501 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work);
1768 cil->xc_push_wq = alloc_workqueue("xfs-cil/%s",
1771 if (!cil->xc_push_wq)
1798 destroy_workqueue(cil->xc_push_wq);
1818 destroy_workqueue(cil->xc_push_wq);
H A Dxfs_log_priv.h273 struct workqueue_struct *xc_push_wq; member in struct:xfs_cil

Completed in 180 milliseconds