Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/ !
Dxfs_alloc.h15 extern struct workqueue_struct *xfs_alloc_wq;
Dxfs_alloc.c34 struct workqueue_struct *xfs_alloc_wq; variable
Dxfs_btree.c3084 queue_work(xfs_alloc_wq, &args.work); in xfs_btree_split()
/linux-6.12.1/fs/xfs/ !
Dxfs_super.c2337 xfs_alloc_wq = alloc_workqueue("xfsalloc", in xfs_init_workqueues()
2339 if (!xfs_alloc_wq) in xfs_init_workqueues()
2349 destroy_workqueue(xfs_alloc_wq); in xfs_init_workqueues()
2357 destroy_workqueue(xfs_alloc_wq); in xfs_destroy_workqueues()