Searched refs:xc_push_wq (Results 1 – 2 of 2) sorted by relevance
1662 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_background() 1727 flush_workqueue(cil->xc_push_wq); in xlog_cil_push_now() 1751 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_now() 2018 cil->xc_push_wq = alloc_workqueue("xfs-cil/%s", in xlog_cil_init() 2021 if (!cil->xc_push_wq) in xlog_cil_init() 2048 destroy_workqueue(cil->xc_push_wq); in xlog_cil_init() 2068 destroy_workqueue(cil->xc_push_wq); in xlog_cil_destroy()
288 struct workqueue_struct *xc_push_wq; member