Searched refs:btrfs_workqueue_set_max (Results 1 – 3 of 3) sorted by relevance
39 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int max);
1630 btrfs_workqueue_set_max(fs_info->workers, new_pool_size); in btrfs_resize_thread_pool()1631 btrfs_workqueue_set_max(fs_info->hipri_workers, new_pool_size); in btrfs_resize_thread_pool()1632 btrfs_workqueue_set_max(fs_info->delalloc_workers, new_pool_size); in btrfs_resize_thread_pool()1633 btrfs_workqueue_set_max(fs_info->caching_workers, new_pool_size); in btrfs_resize_thread_pool()1634 btrfs_workqueue_set_max(fs_info->endio_write_workers, new_pool_size); in btrfs_resize_thread_pool()1635 btrfs_workqueue_set_max(fs_info->endio_freespace_worker, new_pool_size); in btrfs_resize_thread_pool()1636 btrfs_workqueue_set_max(fs_info->delayed_workers, new_pool_size); in btrfs_resize_thread_pool()
332 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int limit_active) in btrfs_workqueue_set_max() function
Completed in 11 milliseconds