Searched refs:new_pool_size (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | super.c | 1228 u32 new_pool_size, u32 old_pool_size) in btrfs_resize_thread_pool() argument 1230 if (new_pool_size == old_pool_size) in btrfs_resize_thread_pool() 1233 fs_info->thread_pool_size = new_pool_size; in btrfs_resize_thread_pool() 1236 old_pool_size, new_pool_size); in btrfs_resize_thread_pool() 1238 btrfs_workqueue_set_max(fs_info->workers, new_pool_size); in btrfs_resize_thread_pool() 1239 btrfs_workqueue_set_max(fs_info->delalloc_workers, new_pool_size); in btrfs_resize_thread_pool() 1240 btrfs_workqueue_set_max(fs_info->caching_workers, new_pool_size); in btrfs_resize_thread_pool() 1241 workqueue_set_max_active(fs_info->endio_workers, new_pool_size); in btrfs_resize_thread_pool() 1242 workqueue_set_max_active(fs_info->endio_meta_workers, new_pool_size); in btrfs_resize_thread_pool() 1243 btrfs_workqueue_set_max(fs_info->endio_write_workers, new_pool_size); in btrfs_resize_thread_pool() [all …]
|
| /linux-6.15/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 1024 u64 old_pool_size, new_pool_size; in reuse_rx_pools() local 1034 new_pool_size = adapter->req_rx_add_entries_per_subcrq; in reuse_rx_pools() 1041 old_pool_size != new_pool_size) in reuse_rx_pools() 1267 u64 old_pool_size, new_pool_size; in reuse_tx_pools() local 1276 new_pool_size = adapter->req_tx_entries_per_subcrq; in reuse_tx_pools() 1282 old_pool_size != new_pool_size) in reuse_tx_pools()
|