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.c1582 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_background()
1647 flush_workqueue(cil->xc_push_wq); in xlog_cil_push_now()
1671 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_now()
1938 cil->xc_push_wq = alloc_workqueue("xfs-cil/%s", in xlog_cil_init()
1941 if (!cil->xc_push_wq) in xlog_cil_init()
1968 destroy_workqueue(cil->xc_push_wq); in xlog_cil_init()
1988 destroy_workqueue(cil->xc_push_wq); in xlog_cil_destroy()
A Dxfs_log_priv.h273 struct workqueue_struct *xc_push_wq; member

Completed in 7 milliseconds