Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_mount.h94 struct workqueue_struct *m_cil_workqueue; member
H A Dxfs_super.c507 mp->m_cil_workqueue = alloc_workqueue("xfs-cil/%s", in xfs_init_mount_workqueues()
510 if (!mp->m_cil_workqueue) in xfs_init_mount_workqueues()
535 destroy_workqueue(mp->m_cil_workqueue); in xfs_init_mount_workqueues()
551 destroy_workqueue(mp->m_cil_workqueue); in xfs_destroy_mount_workqueues()
H A Dxfs_log_cil.c926 queue_work(log->l_mp->m_cil_workqueue, &cil->xc_push_work); in xlog_cil_push_background()
991 queue_work(log->l_mp->m_cil_workqueue, &cil->xc_push_work); in xlog_cil_push_now()