Searched refs:new_pool_size (Results 1 – 1 of 1) sorted by relevance
1825 u32 new_pool_size, u32 old_pool_size) in btrfs_resize_thread_pool() argument1827 if (new_pool_size == old_pool_size) in btrfs_resize_thread_pool()1830 fs_info->thread_pool_size = new_pool_size; in btrfs_resize_thread_pool()1833 old_pool_size, new_pool_size); in btrfs_resize_thread_pool()1835 btrfs_workqueue_set_max(fs_info->workers, new_pool_size); in btrfs_resize_thread_pool()1836 btrfs_workqueue_set_max(fs_info->delalloc_workers, new_pool_size); in btrfs_resize_thread_pool()1837 btrfs_workqueue_set_max(fs_info->caching_workers, new_pool_size); in btrfs_resize_thread_pool()1838 btrfs_workqueue_set_max(fs_info->endio_workers, new_pool_size); in btrfs_resize_thread_pool()1839 btrfs_workqueue_set_max(fs_info->endio_meta_workers, new_pool_size); in btrfs_resize_thread_pool()1841 new_pool_size); in btrfs_resize_thread_pool()[all …]