Lines Matching refs:__btrfs_workqueue
24 struct __btrfs_workqueue { struct
52 struct __btrfs_workqueue *normal; argument
53 struct __btrfs_workqueue *high;
67 btrfs_workqueue_owner(const struct __btrfs_workqueue *wq) in btrfs_workqueue_owner()
115 static struct __btrfs_workqueue *
119 struct __btrfs_workqueue *ret = kzalloc(sizeof(*ret), GFP_KERNEL); in __btrfs_alloc_workqueue()
162 __btrfs_destroy_workqueue(struct __btrfs_workqueue *wq);
200 static inline void thresh_queue_hook(struct __btrfs_workqueue *wq) in thresh_queue_hook()
212 static inline void thresh_exec_hook(struct __btrfs_workqueue *wq) in thresh_exec_hook()
255 static void run_ordered_work(struct __btrfs_workqueue *wq) in run_ordered_work()
304 struct __btrfs_workqueue *wq; in normal_work_helper()
346 static inline void __btrfs_queue_work(struct __btrfs_workqueue *wq, in __btrfs_queue_work()
365 struct __btrfs_workqueue *dest_wq; in btrfs_queue_work()
375 __btrfs_destroy_workqueue(struct __btrfs_workqueue *wq) in __btrfs_destroy_workqueue()