Lines Matching refs:limit_active
39 int limit_active;
86 int limit_active, int thresh)
95 ret->limit_active = limit_active;
100 ret->current_active = limit_active;
136 ret->limit_active = 1;
197 new_current_active = clamp_val(new_current_active, 1, wq->limit_active);
366 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int limit_active)
369 wq->limit_active = limit_active;