Lines Matching refs:btrfs_workqueue
23 struct btrfs_workqueue { struct
50 struct btrfs_fs_info * __pure btrfs_workqueue_owner(const struct btrfs_workqueue *wq) in btrfs_workqueue_owner() argument
60 bool btrfs_workqueue_normal_congested(const struct btrfs_workqueue *wq) in btrfs_workqueue_normal_congested()
74 struct btrfs_workqueue *btrfs_alloc_workqueue(struct btrfs_fs_info *fs_info, in btrfs_alloc_workqueue()
78 struct btrfs_workqueue *ret = kzalloc(sizeof(*ret), GFP_KERNEL); in btrfs_alloc_workqueue()
121 static inline void thresh_queue_hook(struct btrfs_workqueue *wq) in thresh_queue_hook()
133 static inline void thresh_exec_hook(struct btrfs_workqueue *wq) in thresh_exec_hook()
176 static void run_ordered_work(struct btrfs_workqueue *wq, in run_ordered_work()
264 struct btrfs_workqueue *wq = work->wq; in btrfs_work_helper()
308 void btrfs_queue_work(struct btrfs_workqueue *wq, struct btrfs_work *work) in btrfs_queue_work()
323 void btrfs_destroy_workqueue(struct btrfs_workqueue *wq) in btrfs_destroy_workqueue()
332 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int limit_active) in btrfs_workqueue_set_max()
338 void btrfs_flush_workqueue(struct btrfs_workqueue *wq) in btrfs_flush_workqueue()