Searched refs:limit_active (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dasync-thread.c39 int limit_active; member in struct:btrfs_workqueue
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);
365 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int limit_active) argument
368 wq->limit_active = limit_active;
84 btrfs_alloc_workqueue(struct btrfs_fs_info *fs_info, const char *name, unsigned int flags, int limit_active, int thresh) argument
[all...]
H A Dasync-thread.h35 int limit_active,

Completed in 191 milliseconds