Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_alloc.h15 extern struct workqueue_struct *xfs_alloc_wq;
A Dxfs_alloc.c32 struct workqueue_struct *xfs_alloc_wq; variable
A Dxfs_btree.c2869 queue_work(xfs_alloc_wq, &args.work); in xfs_btree_split()
/linux/fs/xfs/
A Dxfs_super.c2162 xfs_alloc_wq = alloc_workqueue("xfsalloc", in xfs_init_workqueues()
2164 if (!xfs_alloc_wq) in xfs_init_workqueues()
2174 destroy_workqueue(xfs_alloc_wq); in xfs_init_workqueues()
2182 destroy_workqueue(xfs_alloc_wq); in xfs_destroy_workqueues()

Completed in 22 milliseconds