Home
last modified time | relevance | path

Searched refs:__btrfs_workqueue (Results 1 – 2 of 2) sorted by relevance

/fs/btrfs/
Dasync-thread.c35 struct __btrfs_workqueue { struct
59 struct __btrfs_workqueue *normal; argument
60 struct __btrfs_workqueue *high;
110 static struct __btrfs_workqueue *
114 struct __btrfs_workqueue *ret = kzalloc(sizeof(*ret), GFP_NOFS); in __btrfs_alloc_workqueue()
158 __btrfs_destroy_workqueue(struct __btrfs_workqueue *wq);
194 static inline void thresh_queue_hook(struct __btrfs_workqueue *wq) in thresh_queue_hook()
206 static inline void thresh_exec_hook(struct __btrfs_workqueue *wq) in thresh_exec_hook()
249 static void run_ordered_work(struct __btrfs_workqueue *wq) in run_ordered_work()
301 struct __btrfs_workqueue *wq; in normal_work_helper()
[all …]
Dasync-thread.h26 struct __btrfs_workqueue;
39 struct __btrfs_workqueue *wq;