Home
last modified time | relevance | path

Searched refs:xfs_alloc_wq (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h15 extern struct workqueue_struct *xfs_alloc_wq;
H A Dxfs_alloc.c34 struct workqueue_struct *xfs_alloc_wq; variable
H A Dxfs_btree.c3083 queue_work(xfs_alloc_wq, &args.work); in xfs_btree_split()
/linux/fs/xfs/
H A Dxfs_super.c2566 xfs_alloc_wq = alloc_workqueue("xfsalloc", XFS_WQFLAGS(WQ_MEM_RECLAIM | WQ_FREEZABLE | WQ_PERCPU), in xfs_init_workqueues()
2568 if (!xfs_alloc_wq) in xfs_init_workqueues()
2578 destroy_workqueue(xfs_alloc_wq); in xfs_init_workqueues()
2586 destroy_workqueue(xfs_alloc_wq); in xfs_destroy_workqueues()