Searched refs:limit_active (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | async-thread.c | 40 int limit_active; member 82 unsigned int flags, int limit_active, int thresh) in __btrfs_alloc_workqueue() 90 ret->limit_active = limit_active; in __btrfs_alloc_workqueue() 96 ret->current_active = limit_active; in __btrfs_alloc_workqueue() 132 int limit_active, in btrfs_alloc_workqueue() 142 limit_active, thresh); in btrfs_alloc_workqueue() 150 limit_active, thresh); in btrfs_alloc_workqueue() 207 new_current_active = clamp_val(new_current_active, 1, wq->limit_active); in thresh_exec_hook() 399 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int limit_active) in btrfs_workqueue_set_max() argument 81 __btrfs_alloc_workqueue(struct btrfs_fs_info *fs_info, const char *name, unsigned int flags, int limit_active, int thresh) __btrfs_alloc_workqueue() argument 129 btrfs_alloc_workqueue(struct btrfs_fs_info *fs_info, const char *name, unsigned int flags, int limit_active, int thresh) btrfs_alloc_workqueue() argument [all...] |
H A D | async-thread.h | 35 int limit_active,
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | async-thread.c | 39 int limit_active; member 86 int limit_active, int thresh) in btrfs_alloc_workqueue() 95 ret->limit_active = limit_active; in btrfs_alloc_workqueue() 100 ret->current_active = limit_active; in btrfs_alloc_workqueue() 136 ret->limit_active = 1; in btrfs_alloc_ordered_workqueue() 197 new_current_active = clamp_val(new_current_active, 1, wq->limit_active); in thresh_exec_hook() 366 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int limit_active) in btrfs_workqueue_set_max() argument 369 wq->limit_active = limit_active; in btrfs_workqueue_set_max() 84 btrfs_alloc_workqueue(struct btrfs_fs_info *fs_info, const char *name, unsigned int flags, int limit_active, int thresh) btrfs_alloc_workqueue() argument [all...] |
H A D | async-thread.h | 32 int limit_active,
|
Completed in 2 milliseconds