Searched refs:btrfs_workqueue_set_max (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | super.c | 1670 	btrfs_workqueue_set_max(fs_info->workers, new_pool_size);  in btrfs_resize_thread_pool()1671 	btrfs_workqueue_set_max(fs_info->delalloc_workers, new_pool_size);  in btrfs_resize_thread_pool()
 1672 	btrfs_workqueue_set_max(fs_info->submit_workers, new_pool_size);  in btrfs_resize_thread_pool()
 1673 	btrfs_workqueue_set_max(fs_info->caching_workers, new_pool_size);  in btrfs_resize_thread_pool()
 1674 	btrfs_workqueue_set_max(fs_info->endio_workers, new_pool_size);  in btrfs_resize_thread_pool()
 1675 	btrfs_workqueue_set_max(fs_info->endio_meta_workers, new_pool_size);  in btrfs_resize_thread_pool()
 1676 	btrfs_workqueue_set_max(fs_info->endio_meta_write_workers,  in btrfs_resize_thread_pool()
 1678 	btrfs_workqueue_set_max(fs_info->endio_write_workers, new_pool_size);  in btrfs_resize_thread_pool()
 1679 	btrfs_workqueue_set_max(fs_info->endio_freespace_worker, new_pool_size);  in btrfs_resize_thread_pool()
 1680 	btrfs_workqueue_set_max(fs_info->delayed_workers, new_pool_size);  in btrfs_resize_thread_pool()
 [all …]
 
 | 
| D | async-thread.h | 71 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int max);
 | 
| D | async-thread.c | 392 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int limit_active)  in btrfs_workqueue_set_max()  function
 |