Searched refs:btrfs_workers (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/btrfs/ |
D | async-thread.h | 63 struct btrfs_workers { struct 86 struct btrfs_workers *atomic_worker_start; argument 112 int btrfs_queue_worker(struct btrfs_workers *workers, struct btrfs_work *work); argument 113 int btrfs_start_workers(struct btrfs_workers *workers, int num_workers); 114 int btrfs_stop_workers(struct btrfs_workers *workers); 115 void btrfs_init_workers(struct btrfs_workers *workers, char *name, int max, 116 struct btrfs_workers *async_starter);
|
D | async-thread.c | 37 struct btrfs_workers *workers; 84 struct btrfs_workers *queue; 95 static int start_new_worker(struct btrfs_workers *queue) in start_new_worker() 155 struct btrfs_workers *workers = worker->workers; in check_pending_worker_creates() 180 static noinline int run_ordered_completions(struct btrfs_workers *workers, in run_ordered_completions() 408 int btrfs_stop_workers(struct btrfs_workers *workers) in btrfs_stop_workers() 442 void btrfs_init_workers(struct btrfs_workers *workers, char *name, int max, in btrfs_init_workers() 443 struct btrfs_workers *async_helper) in btrfs_init_workers() 465 static int __btrfs_start_workers(struct btrfs_workers *workers, in __btrfs_start_workers() 509 int btrfs_start_workers(struct btrfs_workers *workers, int num_workers) in btrfs_start_workers() [all …]
|
D | ctree.h | 1010 struct btrfs_workers generic_worker; 1011 struct btrfs_workers workers; 1012 struct btrfs_workers delalloc_workers; 1013 struct btrfs_workers endio_workers; 1014 struct btrfs_workers endio_meta_workers; 1015 struct btrfs_workers endio_meta_write_workers; 1016 struct btrfs_workers endio_write_workers; 1017 struct btrfs_workers endio_freespace_worker; 1018 struct btrfs_workers submit_workers; 1024 struct btrfs_workers fixup_workers;
|