Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_log_cil.c1154 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_background()
1220 flush_workqueue(cil->xc_push_wq); in xlog_cil_push_now()
1234 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_now()
1477 cil->xc_push_wq = alloc_workqueue("xfs-cil/%s", in xlog_cil_init()
1480 if (!cil->xc_push_wq) in xlog_cil_init()
1515 destroy_workqueue(log->l_cilp->xc_push_wq); in xlog_cil_destroy()
A Dxfs_log_priv.h275 struct workqueue_struct *xc_push_wq; member

Completed in 8 milliseconds