Searched refs:new_pool_size (Results 1 – 1 of 1) sorted by relevance
1796 u32 new_pool_size, u32 old_pool_size) in btrfs_resize_thread_pool() argument1798 if (new_pool_size == old_pool_size) in btrfs_resize_thread_pool()1801 fs_info->thread_pool_size = new_pool_size; in btrfs_resize_thread_pool()1804 old_pool_size, new_pool_size); in btrfs_resize_thread_pool()1806 btrfs_workqueue_set_max(fs_info->workers, new_pool_size); in btrfs_resize_thread_pool()1807 btrfs_workqueue_set_max(fs_info->delalloc_workers, new_pool_size); in btrfs_resize_thread_pool()1808 btrfs_workqueue_set_max(fs_info->caching_workers, new_pool_size); in btrfs_resize_thread_pool()1809 btrfs_workqueue_set_max(fs_info->endio_workers, new_pool_size); in btrfs_resize_thread_pool()1810 btrfs_workqueue_set_max(fs_info->endio_meta_workers, new_pool_size); in btrfs_resize_thread_pool()1812 new_pool_size); in btrfs_resize_thread_pool()[all …]