Home
last modified time | relevance | path

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

/linux-3.4.99/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 void run_ordered_completions(struct btrfs_workers *workers, in run_ordered_completions()
408 void btrfs_stop_workers(struct btrfs_workers *workers) in btrfs_stop_workers()
441 void btrfs_init_workers(struct btrfs_workers *workers, char *name, int max, in btrfs_init_workers()
464 static int __btrfs_start_workers(struct btrfs_workers *workers) in __btrfs_start_workers()
507 int btrfs_start_workers(struct btrfs_workers *workers) in btrfs_start_workers()
520 static struct btrfs_worker_thread *next_worker(struct btrfs_workers *workers) in next_worker()
564 static struct btrfs_worker_thread *find_worker(struct btrfs_workers *workers) in find_worker()
667 void btrfs_queue_worker(struct btrfs_workers *workers, struct btrfs_work *work) in btrfs_queue_worker()
Dctree.h1176 struct btrfs_workers workers; member