Searched refs:new_pool_size (Results 1 – 1 of 1) sorted by relevance
1771 u32 new_pool_size, u32 old_pool_size) in btrfs_resize_thread_pool() argument1773 if (new_pool_size == old_pool_size) in btrfs_resize_thread_pool()1776 fs_info->thread_pool_size = new_pool_size; in btrfs_resize_thread_pool()1779 old_pool_size, new_pool_size); in btrfs_resize_thread_pool()1781 btrfs_workqueue_set_max(fs_info->workers, new_pool_size); in btrfs_resize_thread_pool()1782 btrfs_workqueue_set_max(fs_info->delalloc_workers, new_pool_size); in btrfs_resize_thread_pool()1783 btrfs_workqueue_set_max(fs_info->caching_workers, new_pool_size); in btrfs_resize_thread_pool()1784 btrfs_workqueue_set_max(fs_info->endio_workers, new_pool_size); in btrfs_resize_thread_pool()1785 btrfs_workqueue_set_max(fs_info->endio_meta_workers, new_pool_size); in btrfs_resize_thread_pool()1787 new_pool_size); in btrfs_resize_thread_pool()[all …]