current_active     43 fs/btrfs/async-thread.c 	int current_active;
current_active     98 fs/btrfs/async-thread.c 		ret->current_active = limit_active;
current_active    106 fs/btrfs/async-thread.c 		ret->current_active = 1;
current_active    112 fs/btrfs/async-thread.c 						 ret->current_active, name);
current_active    115 fs/btrfs/async-thread.c 						 ret->current_active, name);
current_active    198 fs/btrfs/async-thread.c 	new_current_active = wq->current_active;
current_active    210 fs/btrfs/async-thread.c 	if (new_current_active != wq->current_active)  {
current_active    212 fs/btrfs/async-thread.c 		wq->current_active = new_current_active;
current_active    218 fs/btrfs/async-thread.c 		workqueue_set_max_active(wq->normal_wq, wq->current_active);