Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_icache.c444 mod_delayed_work_on(cpu, mp->m_inodegc_wq, &gc->work, 0); in xfs_inodegc_queue_all()
1890 flush_workqueue(mp->m_inodegc_wq); in xfs_inodegc_flush()
1905 drain_workqueue(mp->m_inodegc_wq); in xfs_inodegc_stop()
2055 mod_delayed_work(mp->m_inodegc_wq, &gc->work, queue_delay); in xfs_inodegc_queue()
2099 mod_delayed_work(mp->m_inodegc_wq, &gc->work, 0); in xfs_inodegc_cpu_dead()
2196 mod_delayed_work_on(cpu, mp->m_inodegc_wq, &gc->work, 0); in xfs_inodegc_shrinker_scan()
Dxfs_super.c552 mp->m_inodegc_wq = alloc_workqueue("xfs-inodegc/%s", in xfs_init_mount_workqueues()
555 if (!mp->m_inodegc_wq) in xfs_init_mount_workqueues()
566 destroy_workqueue(mp->m_inodegc_wq); in xfs_init_mount_workqueues()
585 destroy_workqueue(mp->m_inodegc_wq); in xfs_destroy_mount_workqueues()
Dxfs_mount.h113 struct workqueue_struct *m_inodegc_wq; member