Home
last modified time | relevance | path

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

/fs/btrfs/
Dsuper.c784 info->thread_pool_size = intarg; in btrfs_parse_options()
1480 if (info->thread_pool_size != min_t(unsigned long, in btrfs_show_options()
1482 seq_printf(seq, ",thread_pool=%u", info->thread_pool_size); in btrfs_show_options()
1856 fs_info->thread_pool_size = new_pool_size; in btrfs_resize_thread_pool()
1924 u32 old_thread_pool_size = fs_info->thread_pool_size; in btrfs_remount()
1956 fs_info->thread_pool_size, old_thread_pool_size); in btrfs_remount()
2115 old_thread_pool_size, fs_info->thread_pool_size); in btrfs_remount()
Ddisk-io.c2245 u32 max_active = fs_info->thread_pool_size; in btrfs_init_workqueues()
2910 fs_info->thread_pool_size = min_t(unsigned long, in btrfs_init_fs_info()
Dctree.h843 u32 thread_pool_size; member
Dscrub.c4026 int max_active = fs_info->thread_pool_size; in scrub_workers_get()