Searched refs:btrfs_workqueue_set_max (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | super.c | 1433 btrfs_workqueue_set_max(fs_info->workers, new_pool_size); in btrfs_resize_thread_pool() 1434 btrfs_workqueue_set_max(fs_info->delalloc_workers, new_pool_size); in btrfs_resize_thread_pool() 1435 btrfs_workqueue_set_max(fs_info->submit_workers, new_pool_size); in btrfs_resize_thread_pool() 1436 btrfs_workqueue_set_max(fs_info->caching_workers, new_pool_size); in btrfs_resize_thread_pool() 1437 btrfs_workqueue_set_max(fs_info->endio_workers, new_pool_size); in btrfs_resize_thread_pool() 1438 btrfs_workqueue_set_max(fs_info->endio_meta_workers, new_pool_size); in btrfs_resize_thread_pool() 1439 btrfs_workqueue_set_max(fs_info->endio_meta_write_workers, in btrfs_resize_thread_pool() 1441 btrfs_workqueue_set_max(fs_info->endio_write_workers, new_pool_size); in btrfs_resize_thread_pool() 1442 btrfs_workqueue_set_max(fs_info->endio_freespace_worker, new_pool_size); in btrfs_resize_thread_pool() 1443 btrfs_workqueue_set_max(fs_info->delayed_workers, new_pool_size); in btrfs_resize_thread_pool() [all …]
|
D | async-thread.h | 79 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int max);
|
D | async-thread.c | 353 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int max) in btrfs_workqueue_set_max() function
|