Home
last modified time | relevance | path

Searched defs:workers (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/btrfs/
Dasync-thread.c37 struct btrfs_workers *workers; member
155 struct btrfs_workers *workers = worker->workers; in check_pending_worker_creates() local
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()
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()
522 static struct btrfs_worker_thread *next_worker(struct btrfs_workers *workers) in next_worker()
566 static struct btrfs_worker_thread *find_worker(struct btrfs_workers *workers) in find_worker()
668 int btrfs_queue_worker(struct btrfs_workers *workers, struct btrfs_work *work) in btrfs_queue_worker()
Dctree.h1011 struct btrfs_workers workers; member