limit_active       40 fs/btrfs/async-thread.c 	int limit_active;
limit_active       84 fs/btrfs/async-thread.c 			unsigned int flags, int limit_active, int thresh)
limit_active       92 fs/btrfs/async-thread.c 	ret->limit_active = limit_active;
limit_active       98 fs/btrfs/async-thread.c 		ret->current_active = limit_active;
limit_active      134 fs/btrfs/async-thread.c 					      int limit_active,
limit_active      144 fs/btrfs/async-thread.c 					      limit_active, thresh);
limit_active      152 fs/btrfs/async-thread.c 						    limit_active, thresh);
limit_active      209 fs/btrfs/async-thread.c 	new_current_active = clamp_val(new_current_active, 1, wq->limit_active);
limit_active      392 fs/btrfs/async-thread.c void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int limit_active)
limit_active      396 fs/btrfs/async-thread.c 	wq->normal->limit_active = limit_active;
limit_active      398 fs/btrfs/async-thread.c 		wq->high->limit_active = limit_active;
limit_active       35 fs/btrfs/async-thread.h 					      int limit_active,