Searched refs:new_pool_size (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | super.c | 1928 u32 new_pool_size, u32 old_pool_size) in btrfs_resize_thread_pool() argument 1930 if (new_pool_size == old_pool_size) in btrfs_resize_thread_pool() 1933 fs_info->thread_pool_size = new_pool_size; in btrfs_resize_thread_pool() 1936 old_pool_size, new_pool_size); in btrfs_resize_thread_pool() 1938 btrfs_workqueue_set_max(fs_info->workers, new_pool_size); in btrfs_resize_thread_pool() 1939 btrfs_workqueue_set_max(fs_info->hipri_workers, new_pool_size); in btrfs_resize_thread_pool() 1940 btrfs_workqueue_set_max(fs_info->delalloc_workers, new_pool_size); in btrfs_resize_thread_pool() 1941 btrfs_workqueue_set_max(fs_info->caching_workers, new_pool_size); in btrfs_resize_thread_pool() 1942 btrfs_workqueue_set_max(fs_info->endio_write_workers, new_pool_size); in btrfs_resize_thread_pool() 1943 btrfs_workqueue_set_max(fs_info->endio_freespace_worker, new_pool_size); in btrfs_resize_thread_pool() [all …]
|
/linux-6.1.9/drivers/net/ethernet/ibm/ |
D | ibmvnic.c | 826 u64 old_pool_size, new_pool_size; in reuse_rx_pools() local 836 new_pool_size = adapter->req_rx_add_entries_per_subcrq; in reuse_rx_pools() 843 old_pool_size != new_pool_size) in reuse_rx_pools() 1069 u64 old_pool_size, new_pool_size; in reuse_tx_pools() local 1078 new_pool_size = adapter->req_tx_entries_per_subcrq; in reuse_tx_pools() 1084 old_pool_size != new_pool_size) in reuse_tx_pools()
|