Searched refs:new_pool_size (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | super.c | 1230 u32 new_pool_size, u32 old_pool_size) in btrfs_resize_thread_pool() argument 1232 if (new_pool_size == old_pool_size) in btrfs_resize_thread_pool() 1235 fs_info->thread_pool_size = new_pool_size; in btrfs_resize_thread_pool() 1238 old_pool_size, new_pool_size); in btrfs_resize_thread_pool() 1240 btrfs_workqueue_set_max(fs_info->workers, new_pool_size); in btrfs_resize_thread_pool() 1241 btrfs_workqueue_set_max(fs_info->delalloc_workers, new_pool_size); in btrfs_resize_thread_pool() 1242 btrfs_workqueue_set_max(fs_info->caching_workers, new_pool_size); in btrfs_resize_thread_pool() 1243 workqueue_set_max_active(fs_info->endio_workers, new_pool_size); in btrfs_resize_thread_pool() 1244 workqueue_set_max_active(fs_info->endio_meta_workers, new_pool_size); in btrfs_resize_thread_pool() 1245 btrfs_workqueue_set_max(fs_info->endio_write_workers, new_pool_size); in btrfs_resize_thread_pool() [all …]
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 1041 u64 old_pool_size, new_pool_size; in reuse_rx_pools() local 1051 new_pool_size = adapter->req_rx_add_entries_per_subcrq; in reuse_rx_pools() 1058 old_pool_size != new_pool_size) in reuse_rx_pools() 1278 u64 old_pool_size, new_pool_size; in reuse_tx_pools() local 1287 new_pool_size = adapter->req_tx_entries_per_subcrq; in reuse_tx_pools() 1293 old_pool_size != new_pool_size) in reuse_tx_pools()
|