Lines Matching refs:limit_active
40 int limit_active;
82 unsigned int flags, int limit_active, int thresh)
90 ret->limit_active = limit_active;
96 ret->current_active = limit_active;
132 int limit_active,
142 limit_active, thresh);
150 limit_active, thresh);
207 new_current_active = clamp_val(new_current_active, 1, wq->limit_active);
399 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int limit_active)
403 wq->normal->limit_active = limit_active;
405 wq->high->limit_active = limit_active;