Home
last modified time | relevance | path

Searched refs:thread_pool_size (Results 1 – 4 of 4) sorted by relevance

/fs/btrfs/
Dsuper.c582 info->thread_pool_size = intarg; in btrfs_parse_options()
1241 if (info->thread_pool_size != min_t(unsigned long, in btrfs_show_options()
1243 seq_printf(seq, ",thread_pool=%d", info->thread_pool_size); in btrfs_show_options()
1660 fs_info->thread_pool_size = new_pool_size; in btrfs_resize_thread_pool()
1725 int old_thread_pool_size = fs_info->thread_pool_size; in btrfs_remount()
1755 fs_info->thread_pool_size, old_thread_pool_size); in btrfs_remount()
1870 old_thread_pool_size, fs_info->thread_pool_size); in btrfs_remount()
Ddisk-io.c863 info->thread_pool_size, in btrfs_async_submit_limit()
2381 int max_active = fs_info->thread_pool_size; in btrfs_init_workqueues()
2714 fs_info->thread_pool_size = min_t(unsigned long, in open_ctree()
2916 max_active = fs_info->thread_pool_size; in open_ctree()
Dctree.h925 int thread_pool_size; member
Dscrub.c3784 int max_active = fs_info->thread_pool_size; in scrub_workers_get()