Home
last modified time | relevance | path

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

/linux-3.3/fs/btrfs/
Dasync-thread.c37 struct btrfs_workers *workers; member
140 struct btrfs_workers *workers = worker->workers; in check_pending_worker_creates() local
174 static noinline int run_ordered_completions(struct btrfs_workers *workers, in run_ordered_completions()
402 int btrfs_stop_workers(struct btrfs_workers *workers) in btrfs_stop_workers()
436 void btrfs_init_workers(struct btrfs_workers *workers, char *name, int max, in btrfs_init_workers()
459 static int __btrfs_start_workers(struct btrfs_workers *workers) in __btrfs_start_workers()
502 int btrfs_start_workers(struct btrfs_workers *workers) in btrfs_start_workers()
515 static struct btrfs_worker_thread *next_worker(struct btrfs_workers *workers) in next_worker()
559 static struct btrfs_worker_thread *find_worker(struct btrfs_workers *workers) in find_worker()
665 void btrfs_queue_worker(struct btrfs_workers *workers, struct btrfs_work *work) in btrfs_queue_worker()
Dctree.h1139 struct btrfs_workers workers; member