Lines Matching refs:__btrfs_workqueue
35 struct __btrfs_workqueue { struct
53 struct __btrfs_workqueue *normal; argument
54 struct __btrfs_workqueue *high;
89 static struct __btrfs_workqueue *
93 struct __btrfs_workqueue *ret = kzalloc(sizeof(*ret), GFP_NOFS); in __btrfs_alloc_workqueue()
132 __btrfs_destroy_workqueue(struct __btrfs_workqueue *wq);
168 static inline void thresh_queue_hook(struct __btrfs_workqueue *wq) in thresh_queue_hook()
180 static inline void thresh_exec_hook(struct __btrfs_workqueue *wq) in thresh_exec_hook()
223 static void run_ordered_work(struct __btrfs_workqueue *wq) in run_ordered_work()
268 struct __btrfs_workqueue *wq; in normal_work_helper()
307 static inline void __btrfs_queue_work(struct __btrfs_workqueue *wq, in __btrfs_queue_work()
326 struct __btrfs_workqueue *dest_wq; in btrfs_queue_work()
336 __btrfs_destroy_workqueue(struct __btrfs_workqueue *wq) in __btrfs_destroy_workqueue()