Home
last modified time | relevance | path

Searched refs:new_pool_size (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dsuper.c1548 int new_pool_size, int old_pool_size) in btrfs_resize_thread_pool() argument
1550 if (new_pool_size == old_pool_size) in btrfs_resize_thread_pool()
1553 fs_info->thread_pool_size = new_pool_size; in btrfs_resize_thread_pool()
1556 old_pool_size, new_pool_size); in btrfs_resize_thread_pool()
1558 btrfs_workqueue_set_max(fs_info->workers, new_pool_size); in btrfs_resize_thread_pool()
1559 btrfs_workqueue_set_max(fs_info->delalloc_workers, new_pool_size); in btrfs_resize_thread_pool()
1560 btrfs_workqueue_set_max(fs_info->submit_workers, new_pool_size); in btrfs_resize_thread_pool()
1561 btrfs_workqueue_set_max(fs_info->caching_workers, new_pool_size); in btrfs_resize_thread_pool()
1562 btrfs_workqueue_set_max(fs_info->endio_workers, new_pool_size); in btrfs_resize_thread_pool()
1563 btrfs_workqueue_set_max(fs_info->endio_meta_workers, new_pool_size); in btrfs_resize_thread_pool()
[all …]