Searched refs:__btrfs_workqueue (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
H A D | async-thread.c | 35 struct __btrfs_workqueue { struct 53 struct __btrfs_workqueue *normal; 54 struct __btrfs_workqueue *high; 89 static struct __btrfs_workqueue * __btrfs_alloc_workqueue() 93 struct __btrfs_workqueue *ret = kzalloc(sizeof(*ret), GFP_NOFS); __btrfs_alloc_workqueue() 132 __btrfs_destroy_workqueue(struct __btrfs_workqueue *wq); 168 static inline void thresh_queue_hook(struct __btrfs_workqueue *wq) thresh_queue_hook() 180 static inline void thresh_exec_hook(struct __btrfs_workqueue *wq) thresh_exec_hook() 223 static void run_ordered_work(struct __btrfs_workqueue *wq) run_ordered_work() 268 struct __btrfs_workqueue *wq; normal_work_helper() 307 static inline void __btrfs_queue_work(struct __btrfs_workqueue *wq, __btrfs_queue_work() 326 struct __btrfs_workqueue *dest_wq; btrfs_queue_work() 336 __btrfs_destroy_workqueue(struct __btrfs_workqueue *wq) __btrfs_destroy_workqueue()
|
H A D | async-thread.h | 26 struct __btrfs_workqueue; 39 struct __btrfs_workqueue *wq;
|
/linux-4.1.27/include/trace/events/ |
H A D | btrfs.h | 25 struct __btrfs_workqueue; 1067 TP_PROTO(struct __btrfs_workqueue *wq, const char *name, int high), 1091 TP_PROTO(struct __btrfs_workqueue *wq, const char *name, int high), 1098 TP_PROTO(struct __btrfs_workqueue *wq), 1115 TP_PROTO(struct __btrfs_workqueue *wq),
|
Completed in 135 milliseconds